{ "name": "@gitzone/tsrun", "version": "1.1.9", "description": "run typescript programs efficiently", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "bin": { "tsrun": "./cli.js" }, "scripts": { "test": "(npmts --notest && node ./cli.js test/test.ts)", "format": "(gitzone format)", "build": "echo \"Not needed for now\"", "postinstall": "(node ./cli.js scripts/postinstall.ts)" }, "devDependencies": { "@types/node": "^10.5.1" }, "dependencies": { "@pushrocks/smartfile": "^6.0.3", "ts-node": "^7.0.0", "typescript": "^2.9.1" }, "private": false }