lowdefy/packages/operators/package.json

59 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "@lowdefy/operators",
2021-03-24 21:03:14 +08:00
"version": "3.12.2",
"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",
2020-10-28 18:19:09 +08:00
"files": [
"dist/*"
],
"scripts": {
"build": "babel src --out-dir dist",
2020-10-23 19:23:57 +08:00
"clean": "rm -rf dist",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
2021-02-09 21:10:12 +08:00
"prepare": "yarn build"
},
"dependencies": {
2021-03-24 21:03:14 +08:00
"@lowdefy/format": "3.12.2",
"@lowdefy/helpers": "3.12.2",
"@lowdefy/nunjucks": "3.12.2",
"deep-diff": "1.0.2",
"js-yaml": "4.0.0",
"mingo": "4.1.2",
"quickjs-emscripten": "0.11.0",
"uuid": "8.3.2"
},
"devDependencies": {
2021-02-17 15:08:59 +08:00
"@babel/cli": "7.12.16",
"@babel/core": "7.12.16",
"@babel/preset-env": "7.12.16",
"babel-jest": "26.6.3",
"jest": "26.6.3"
},
"publishConfig": {
"access": "public"
}
}