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",
|
|
|
|
"test": "jest --coverage",
|
|
|
|
"test:watch": "jest --coverage --watch",
|
|
|
|
"prepare": "yarn build",
|
|
|
|
"prepublishOnly": "yarn build",
|
|
|
|
"npm-publish": "npm publish --access public"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@lowdefy/get": "1.0.1",
|
|
|
|
"@lowdefy/helpers": "1.0.0",
|
|
|
|
"@lowdefy/nunjucks": "1.0.0",
|
|
|
|
"@lowdefy/serializer": "1.0.0",
|
|
|
|
"@lowdefy/type": "1.0.1",
|
|
|
|
"js-yaml": "3.14.0",
|
|
|
|
"mingo": "3.0.6"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-15 21:16:08 +08:00
|
|
|
"@babel/cli": "7.12.0",
|
|
|
|
"@babel/core": "7.12.0",
|
|
|
|
"@babel/preset-env": "7.12.0",
|
2020-10-07 22:44:28 +08:00
|
|
|
"babel-jest": "26.5.2",
|
2020-10-12 03:08:06 +08:00
|
|
|
"jest": "26.5.3"
|
2020-10-07 22:03:48 +08:00
|
|
|
}
|
|
|
|
}
|