mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-18 13:34:56 +08:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@lowdefy/operators",
|
|
"version": "3.17.0-alpha.3",
|
|
"licence": "Apache-2.0",
|
|
"description": "",
|
|
"homepage": "https://lowdefy.com",
|
|
"keywords": [
|
|
"lowdefy"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/lowdefy/lowdefy/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Sam Tolmay",
|
|
"url": "https://github.com/SamTolmay"
|
|
},
|
|
{
|
|
"name": "Gerrie van Wyk",
|
|
"url": "https://github.com/Gervwyk"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lowdefy/lowdefy.git"
|
|
},
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"build": "babel src --out-dir dist",
|
|
"clean": "rm -rf dist",
|
|
"test": "jest --coverage --testTimeout=10000",
|
|
"test:watch": "jest --coverage --watch",
|
|
"prepare": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/format": "3.17.0-alpha.3",
|
|
"@lowdefy/helpers": "3.17.0-alpha.3",
|
|
"@lowdefy/nunjucks": "3.17.0-alpha.3",
|
|
"deep-diff": "1.0.2",
|
|
"js-yaml": "4.1.0",
|
|
"mingo": "4.1.2",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.14.3",
|
|
"@babel/core": "7.14.3",
|
|
"@babel/preset-env": "7.14.4",
|
|
"babel-jest": "26.6.3",
|
|
"jest": "26.6.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|