2020-10-07 22:03:48 +08:00
|
|
|
{
|
|
|
|
"name": "@lowdefy/operators",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"licence": "Apache-2.0",
|
|
|
|
"description": "",
|
|
|
|
"homepage": "https://lowdefy.com",
|
|
|
|
"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",
|
|
|
|
"scripts": {
|
|
|
|
"build": "babel src --out-dir dist",
|
2020-10-23 19:23:57 +08:00
|
|
|
"clean": "rm -rf dist",
|
2020-10-07 22:03:48 +08:00
|
|
|
"test": "jest --coverage",
|
|
|
|
"test:watch": "jest --coverage --watch",
|
|
|
|
"prepare": "yarn build",
|
|
|
|
"prepublishOnly": "yarn build",
|
2020-10-28 00:11:45 +08:00
|
|
|
"npm-publish": "npm publish --access public",
|
|
|
|
"version:prerelease": "yarn version prerelease",
|
|
|
|
"version:patch": "yarn version patch -d",
|
|
|
|
"version:minor": "yarn version minor -d",
|
|
|
|
"version:major": "yarn version major -d"
|
2020-10-07 22:03:48 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-10-18 01:33:28 +08:00
|
|
|
"@lowdefy/helpers": "1.1.0",
|
2020-10-07 22:03:48 +08:00
|
|
|
"@lowdefy/nunjucks": "1.0.0",
|
|
|
|
"js-yaml": "3.14.0",
|
2020-10-23 18:43:26 +08:00
|
|
|
"mingo": "3.1.0"
|
2020-10-07 22:03:48 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-16 16:09:02 +08:00
|
|
|
"@babel/cli": "7.12.1",
|
2020-10-19 15:41:14 +08:00
|
|
|
"@babel/core": "7.12.3",
|
2020-10-16 16:09:02 +08:00
|
|
|
"@babel/preset-env": "7.12.1",
|
2020-10-26 17:55:05 +08:00
|
|
|
"babel-jest": "26.6.1",
|
|
|
|
"jest": "26.6.1"
|
2020-10-07 22:03:48 +08:00
|
|
|
}
|
2020-10-26 17:55:09 +08:00
|
|
|
}
|