mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "@lowdefy/api",
|
|
"version": "4.0.0-alpha.8",
|
|
"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"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./context/*": "./dist/context/*",
|
|
"./routes/*": "./dist/routes/*"
|
|
},
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn swc",
|
|
"clean": "rm -rf dist",
|
|
"prepare": "yarn build",
|
|
"swc": "swc src --out-dir dist --config-file ../../.swcrc --delete-dir-on-start",
|
|
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
|
|
},
|
|
"dependencies": {
|
|
"@lowdefy/ajv": "4.0.0-alpha.8",
|
|
"@lowdefy/helpers": "4.0.0-alpha.8",
|
|
"@lowdefy/node-utils": "4.0.0-alpha.8",
|
|
"@lowdefy/nunjucks": "4.0.0-alpha.8",
|
|
"@lowdefy/operators": "4.0.0-alpha.8"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "27.5.1",
|
|
"@lowdefy/operators-js": "4.0.0-alpha.8",
|
|
"@swc/cli": "0.1.55",
|
|
"@swc/core": "1.2.135",
|
|
"@swc/jest": "0.2.17",
|
|
"jest": "27.5.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|