mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-01-06 13:15:24 +08:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@lowdefy/build",
|
|
"version": "0.0.0-experimental.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": "yarn webpack",
|
|
"clean": "rm -rf dist",
|
|
"webpack": "webpack --config webpack.config.js",
|
|
"test": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/helpers": "1.1.0",
|
|
"@lowdefy/node-utils": "1.0.0",
|
|
"@lowdefy/nunjucks": "1.0.0",
|
|
"ajv": "6.12.6",
|
|
"axios": "0.21.0",
|
|
"dataloader": "2.0.0",
|
|
"js-yaml": "3.14.0",
|
|
"json5": "2.1.3",
|
|
"uuid": "8.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.12.1",
|
|
"@babel/core": "7.12.3",
|
|
"@babel/preset-env": "7.12.1",
|
|
"babel-jest": "26.5.2",
|
|
"babel-loader": "8.1.0",
|
|
"jest": "26.5.3",
|
|
"webpack": "5.1.3",
|
|
"webpack-cli": "4.0.0"
|
|
}
|
|
} |