{ "name": "@gitzone/tsrun", "version": "1.2.21", "description": "run typescript programs efficiently", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "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.43", "@types/node": "^17.0.21", "node-fetch": "^3.2.2", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartfile": "^9.0.6", "ts-node": "^10.7.0", "typescript": "^4.6.2" }, "private": false, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }