2020-10-07 22:03:48 +08:00
|
|
|
{
|
|
|
|
"name": "@lowdefy/operators",
|
2022-08-19 14:35:15 +08:00
|
|
|
"version": "4.0.0-alpha.24",
|
2022-06-06 21:30:44 +08:00
|
|
|
"license": "Apache-2.0",
|
2020-10-07 22:03:48 +08:00
|
|
|
"description": "",
|
|
|
|
"homepage": "https://lowdefy.com",
|
2021-02-19 18:37:01 +08:00
|
|
|
"keywords": [
|
|
|
|
"lowdefy"
|
|
|
|
],
|
2020-10-07 22:03:48 +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"
|
2021-12-02 23:41:21 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Johann Möller",
|
|
|
|
"url": "https://github.com/JohannMoller"
|
2020-10-07 22:03:48 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/lowdefy/lowdefy.git"
|
|
|
|
},
|
2021-11-09 22:49:48 +08:00
|
|
|
"type": "module",
|
|
|
|
"exports": "./dist/index.js",
|
2020-10-28 18:19:09 +08:00
|
|
|
"files": [
|
|
|
|
"dist/*"
|
|
|
|
],
|
2020-10-07 22:03:48 +08:00
|
|
|
"scripts": {
|
2022-05-21 02:50:35 +08:00
|
|
|
"build": "yarn swc",
|
2020-10-23 19:23:57 +08:00
|
|
|
"clean": "rm -rf dist",
|
2021-11-09 22:49:48 +08:00
|
|
|
"prepare": "yarn build",
|
2022-05-21 02:50:35 +08:00
|
|
|
"swc": "swc src --out-dir dist --config-file ../../.swcrc --delete-dir-on-start",
|
2021-03-31 03:49:23 +08:00
|
|
|
"test": "jest --coverage --testTimeout=10000",
|
2021-11-09 22:49:48 +08:00
|
|
|
"test:watch": "jest --coverage --watch"
|
2020-10-07 22:03:48 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-08-19 14:35:15 +08:00
|
|
|
"@lowdefy/helpers": "4.0.0-alpha.24"
|
2020-10-07 22:03:48 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-27 22:30:11 +08:00
|
|
|
"@swc/cli": "0.1.57",
|
2022-05-30 20:36:56 +08:00
|
|
|
"@swc/core": "1.2.194",
|
2022-05-27 22:30:11 +08:00
|
|
|
"@swc/jest": "0.2.21",
|
2022-05-31 16:56:53 +08:00
|
|
|
"jest": "28.1.0",
|
|
|
|
"jest-environment-jsdom": "28.1.0"
|
2020-12-10 22:09:16 +08:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2020-10-07 22:03:48 +08:00
|
|
|
}
|
2020-10-26 17:55:09 +08:00
|
|
|
}
|