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.1.1",
|
|
"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",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"build": "babel src --out-dir dist",
|
|
"clean": "rm -rf dist",
|
|
"test": "jest --coverage",
|
|
"test:watch": "jest --coverage --watch",
|
|
"prepare": "yarn build",
|
|
"prepublishOnly": "yarn build",
|
|
"version:prerelease": "yarn version prerelease",
|
|
"version:patch": "yarn version patch",
|
|
"version:minor": "yarn version minor",
|
|
"version:major": "yarn version major"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/helpers": "3.1.1",
|
|
"@lowdefy/nunjucks": "3.1.1",
|
|
"js-yaml": "3.14.1",
|
|
"mingo": "3.1.0",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.12.10",
|
|
"@babel/core": "7.12.10",
|
|
"@babel/preset-env": "7.12.10",
|
|
"babel-jest": "26.6.3",
|
|
"jest": "26.6.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|