mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "@lowdefy/build",
|
|
"version": "0.0.0-alpha.3",
|
|
"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": "yarn webpack",
|
|
"clean": "rm -rf dist",
|
|
"npm-publish": "npm publish --access public",
|
|
"prepare": "yarn build",
|
|
"prepublishOnly": "yarn build",
|
|
"test": "jest --coverage",
|
|
"webpack": "webpack --config webpack.config.js",
|
|
"version:prerelease": "yarn version prerelease",
|
|
"version:patch": "yarn version patch -d",
|
|
"version:minor": "yarn version minor -d",
|
|
"version:major": "yarn version major -d"
|
|
},
|
|
"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.6.3",
|
|
"babel-loader": "8.2.0",
|
|
"clean-webpack-plugin": "3.0.0",
|
|
"jest": "26.6.3",
|
|
"webpack": "5.4.0",
|
|
"webpack-cli": "4.2.0"
|
|
}
|
|
}
|