2020-10-19 23:08:42 +08:00
|
|
|
{
|
|
|
|
"name": "@lowdefy/build",
|
2021-02-16 18:10:12 +08:00
|
|
|
"version": "3.9.0",
|
2020-10-19 23:08:42 +08:00
|
|
|
"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",
|
2020-10-28 18:19:09 +08:00
|
|
|
"files": [
|
|
|
|
"dist/*"
|
|
|
|
],
|
2020-10-19 23:08:42 +08:00
|
|
|
"scripts": {
|
|
|
|
"build": "yarn webpack",
|
2020-10-23 19:23:57 +08:00
|
|
|
"clean": "rm -rf dist",
|
2020-10-23 22:44:09 +08:00
|
|
|
"prepare": "yarn build",
|
2020-10-28 00:11:45 +08:00
|
|
|
"test": "jest --coverage",
|
2021-02-09 21:10:12 +08:00
|
|
|
"webpack": "webpack --config webpack.config.js"
|
2020-10-19 23:08:42 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-02-16 18:10:12 +08:00
|
|
|
"@lowdefy/ajv": "3.9.0",
|
|
|
|
"@lowdefy/helpers": "3.9.0",
|
|
|
|
"@lowdefy/node-utils": "3.9.0",
|
|
|
|
"@lowdefy/nunjucks": "3.9.0",
|
2020-10-19 23:08:42 +08:00
|
|
|
"ajv": "6.12.6",
|
2021-01-06 06:16:20 +08:00
|
|
|
"axios": "0.21.1",
|
2020-10-19 23:08:42 +08:00
|
|
|
"dataloader": "2.0.0",
|
2021-01-18 20:07:32 +08:00
|
|
|
"js-yaml": "4.0.0",
|
2020-10-19 23:08:42 +08:00
|
|
|
"json5": "2.1.3",
|
2020-12-10 15:28:32 +08:00
|
|
|
"uuid": "8.3.2"
|
2020-10-19 23:08:42 +08:00
|
|
|
},
|
|
|
|
"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",
|
2020-11-04 14:24:40 +08:00
|
|
|
"babel-jest": "26.6.3",
|
2020-11-27 15:20:52 +08:00
|
|
|
"babel-loader": "8.2.2",
|
2020-10-28 21:32:43 +08:00
|
|
|
"clean-webpack-plugin": "3.0.0",
|
2020-11-04 14:24:40 +08:00
|
|
|
"jest": "26.6.3",
|
2021-02-17 15:15:45 +08:00
|
|
|
"webpack": "5.22.0",
|
2021-02-17 15:16:32 +08:00
|
|
|
"webpack-cli": "4.5.0"
|
2020-12-10 22:09:16 +08:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2020-10-19 23:08:42 +08:00
|
|
|
}
|
2020-10-26 17:55:09 +08:00
|
|
|
}
|