{ "name": "@serve.zone/spark", "version": "1.0.82", "private": false, "description": "sparks the servezone services", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "bin": { "spark": "./cli.js" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.29", "@git.zone/tsrun": "^1.2.39", "@git.zone/tstest": "^1.0.60", "@push.rocks/tapbundle": "^5.0.4", "@types/node": "20.10.0" }, "dependencies": { "@apiclient.xyz/docker": "^1.0.103", "@push.rocks/npmextra": "^5.0.13", "@push.rocks/projectinfo": "^5.0.1", "@push.rocks/qenv": "^6.0.5", "@push.rocks/smartcli": "^4.0.6", "@push.rocks/smartdaemon": "^2.0.3", "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartfile": "^11.0.14", "@push.rocks/smartjson": "^5.0.5", "@push.rocks/smartlog": "^3.0.3", "@push.rocks/smartlog-destination-local": "^9.0.0", "@push.rocks/smartpath": "^5.0.5", "@push.rocks/smartshell": "^3.0.5", "@push.rocks/smartupdate": "^2.0.4", "@push.rocks/taskbuffer": "^3.0.10" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "type": "module" }