2020-10-07 22:44:28 +08:00
|
|
|
{
|
|
|
|
"name": "@lowdefy/engine",
|
2022-01-20 19:05:28 +08:00
|
|
|
"version": "4.0.0-alpha.6",
|
2020-10-07 22:44:28 +08:00
|
|
|
"licence": "Apache-2.0",
|
|
|
|
"description": "",
|
|
|
|
"homepage": "https://lowdefy.com",
|
2021-02-19 18:37:01 +08:00
|
|
|
"keywords": [
|
|
|
|
"lowdefy"
|
|
|
|
],
|
2020-10-07 22:44:28 +08:00
|
|
|
"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"
|
|
|
|
},
|
2021-11-08 01:55:16 +08:00
|
|
|
"type": "module",
|
|
|
|
"exports": "./dist/index.js",
|
2020-10-28 18:19:09 +08:00
|
|
|
"files": [
|
|
|
|
"dist/*"
|
|
|
|
],
|
2020-10-07 22:44:28 +08:00
|
|
|
"scripts": {
|
2021-11-08 20:44:06 +08:00
|
|
|
"build": "yarn swc",
|
2020-10-23 19:23:57 +08:00
|
|
|
"clean": "rm -rf dist",
|
2020-10-07 22:44:28 +08:00
|
|
|
"prepare": "yarn build",
|
2021-11-08 20:44:06 +08:00
|
|
|
"swc": "swc src --out-dir dist --config-file ../../.swcrc --delete-dir-on-start",
|
2020-10-07 22:44:28 +08:00
|
|
|
"test:watch": "jest --coverage --watch",
|
2021-02-09 21:10:12 +08:00
|
|
|
"test": "jest --coverage"
|
2020-10-07 22:44:28 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-20 19:05:28 +08:00
|
|
|
"@lowdefy/helpers": "4.0.0-alpha.6",
|
|
|
|
"@lowdefy/operators": "4.0.0-alpha.6"
|
2020-10-07 22:44:28 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-10 23:18:43 +08:00
|
|
|
"@lowdefy/operators-js": "4.0.0-alpha.6",
|
2022-01-19 17:57:40 +08:00
|
|
|
"@swc/cli": "0.1.55",
|
2022-02-01 22:19:03 +08:00
|
|
|
"@swc/core": "1.2.135",
|
2022-01-19 17:57:40 +08:00
|
|
|
"@swc/jest": "0.2.17",
|
2022-02-12 20:38:39 +08:00
|
|
|
"jest": "27.5.1"
|
2020-12-10 22:09:16 +08:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2020-10-07 22:44:28 +08:00
|
|
|
}
|
2020-10-26 17:55:09 +08:00
|
|
|
}
|