lowdefy/packages/build/package.json
2021-10-23 16:29:50 +02:00

65 lines
1.4 KiB
JSON

{
"name": "@lowdefy/build",
"version": "3.22.0",
"licence": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
"keywords": [
"lowdefy"
],
"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": "yarn webpack",
"clean": "rm -rf dist",
"prepare": "yarn build",
"start": "node run.js",
"test": "jest --coverage",
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"@lowdefy/ajv": "3.22.0",
"@lowdefy/helpers": "3.22.0",
"@lowdefy/node-utils": "3.22.0",
"@lowdefy/nunjucks": "3.22.0",
"ajv": "6.12.6",
"axios": "0.21.4",
"js-yaml": "4.1.0",
"json5": "2.2.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@babel/cli": "7.15.7",
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"babel-jest": "27.3.1",
"babel-loader": "8.2.3",
"clean-webpack-plugin": "4.0.0",
"jest": "26.6.3",
"webpack": "5.59.1",
"webpack-cli": "4.9.1"
},
"publishConfig": {
"access": "public"
}
}