{ "name": "@lowdefy/operators", "version": "4.0.0-alpha.5", "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": "Johann Möller", "url": "https://github.com/JohannMoller" } ], "repository": { "type": "git", "url": "https://github.com/lowdefy/lowdefy.git" }, "type": "module", "exports": "./dist/index.js", "files": [ "dist/*" ], "scripts": { "build": "yarn clean && yarn swc", "clean": "rm -rf dist", "prepare": "yarn build", "swc": "swc src --out-dir dist --config-file ../../.swcrc", "test": "jest --coverage --testTimeout=10000", "test:watch": "jest --coverage --watch" }, "dependencies": { "@lowdefy/helpers": "4.0.0-alpha.5" }, "devDependencies": { "@swc/cli": "0.1.52", "@swc/core": "1.2.112", "@swc/jest": "0.2.9", "jest": "27.3.1" }, "publishConfig": { "access": "public" } }