mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "@lowdefy/build",
|
|
"version": "3.17.0-alpha.2",
|
|
"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",
|
|
"test": "jest --coverage",
|
|
"webpack": "webpack --config webpack.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/ajv": "3.17.0-alpha.2",
|
|
"@lowdefy/helpers": "3.17.0-alpha.2",
|
|
"@lowdefy/node-utils": "3.17.0-alpha.2",
|
|
"@lowdefy/nunjucks": "3.17.0-alpha.2",
|
|
"ajv": "6.12.6",
|
|
"axios": "0.21.1",
|
|
"dataloader": "2.0.0",
|
|
"js-yaml": "4.1.0",
|
|
"json5": "2.2.0",
|
|
"uuid": "8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.14.3",
|
|
"@babel/core": "7.14.3",
|
|
"@babel/preset-env": "7.14.4",
|
|
"babel-jest": "26.6.3",
|
|
"babel-loader": "8.2.2",
|
|
"clean-webpack-plugin": "3.0.0",
|
|
"jest": "26.6.3",
|
|
"webpack": "5.38.1",
|
|
"webpack-cli": "4.7.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|