lowdefy/packages/engine/package.json
2024-11-06 10:27:19 +00:00

57 lines
1.3 KiB
JSON

{
"name": "@lowdefy/engine",
"version": "4.3.2",
"license": "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",
"files": [
"dist/*"
],
"scripts": {
"build": "swc src --out-dir dist --config-file ../../.swcrc --delete-dir-on-start",
"clean": "rm -rf dist",
"prepublishOnly": "pnpm build",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/helpers": "4.3.2",
"@lowdefy/operators": "4.3.2"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@lowdefy/actions-core": "4.3.2",
"@lowdefy/build": "4.3.2",
"@lowdefy/operators-js": "4.3.2",
"@lowdefy/operators-mql": "4.3.2",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.99",
"@swc/jest": "0.2.29",
"jest": "28.1.3"
},
"publishConfig": {
"access": "public"
}
}