lowdefy/packages/operators/package.json
2021-06-11 13:20:30 +02:00

58 lines
1.2 KiB
JSON

{
"name": "@lowdefy/operators",
"version": "3.17.1",
"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.1",
"@lowdefy/helpers": "3.17.1",
"@lowdefy/nunjucks": "3.17.1",
"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"
}
}