tsrun/package.json
2018-12-06 00:46:26 +01:00

31 lines
746 B
JSON

{
"name": "@gitzone/tsrun",
"version": "1.1.17",
"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": "(tsbuild && node ./cli.js test/test.ts)",
"format": "(gitzone format)",
"build": "(tsbuild)",
"postinstall": "(node ./cli.js scripts/postinstall.ts)"
},
"devDependencies": {
"@types/node": "^10.5.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0"
},
"dependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@pushrocks/smartfile": "^6.0.6",
"ts-node": "^7.0.0",
"typescript": "^3.0.1"
},
"private": false
}