mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"name": "@lowdefy/build",
|
|
"version": "4.0.0-alpha.6",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Sandile Memela",
|
|
"url": "https://github.com/sah-memela"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lowdefy/lowdefy.git"
|
|
},
|
|
"type": "module",
|
|
"bin": {
|
|
"lowdefy-build": "./dist/scripts/run.js"
|
|
},
|
|
"exports": "./dist/index.js",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn swc && node dist/scripts/generateDefaultTypes.js",
|
|
"clean": "rm -rf dist",
|
|
"prepare": "yarn build",
|
|
"start": "node dist/scripts/run.js",
|
|
"swc": "swc src --out-dir dist --config-file ../../.swcrc --delete-dir-on-start",
|
|
"test": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/ajv": "4.0.0-alpha.6",
|
|
"@lowdefy/helpers": "4.0.0-alpha.6",
|
|
"@lowdefy/node-utils": "4.0.0-alpha.6",
|
|
"@lowdefy/nunjucks": "4.0.0-alpha.6",
|
|
"ajv": "8.8.2",
|
|
"js-yaml": "4.1.0",
|
|
"json5": "2.2.0",
|
|
"uuid": "8.3.2",
|
|
"yargs": "17.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lowdefy/blocks-antd": "4.0.0-alpha.6",
|
|
"@lowdefy/blocks-basic": "4.0.0-alpha.6",
|
|
"@lowdefy/blocks-color-selectors": "4.0.0-alpha.6",
|
|
"@lowdefy/blocks-echarts": "4.0.0-alpha.6",
|
|
"@lowdefy/blocks-loaders": "4.0.0-alpha.6",
|
|
"@lowdefy/blocks-markdown": "4.0.0-alpha.6",
|
|
"@lowdefy/connection-axios-http": "4.0.0-alpha.6",
|
|
"@lowdefy/connection-redis": "4.0.0-alpha.6",
|
|
"@lowdefy/operators-change-case": "4.0.0-alpha.6",
|
|
"@lowdefy/operators-diff": "4.0.0-alpha.6",
|
|
"@lowdefy/operators-js": "4.0.0-alpha.6",
|
|
"@lowdefy/operators-mql": "4.0.0-alpha.6",
|
|
"@lowdefy/operators-nunjucks": "4.0.0-alpha.6",
|
|
"@lowdefy/operators-uuid": "4.0.0-alpha.6",
|
|
"@lowdefy/operators-yaml": "4.0.0-alpha.6",
|
|
"@swc/cli": "0.1.55",
|
|
"@swc/core": "1.2.130",
|
|
"@swc/jest": "0.2.17",
|
|
"jest": "27.3.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|