{ "name": "@gitzone/tsrun", "version": "1.2.10", "description": "run typescript programs efficiently", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "bin": { "tsrun": "./cli.js" }, "scripts": { "test": "(tsbuild && node ./cli.js test/test.ts)", "format": "(gitzone format)", "build": "(tsbuild)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.24", "@types/node": "^14.0.6", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartfile": "^7.0.12", "ts-node": "^8.10.2", "typescript": "^3.9.3" }, "private": false, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }