30 lines
687 B
JSON
30 lines
687 B
JSON
{
|
|
"name": "@gitzone/tsrun",
|
|
"version": "1.2.1",
|
|
"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)"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^11.10.4",
|
|
"tslint": "^5.13.1",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
},
|
|
"dependencies": {
|
|
"@gitzone/tsbuild": "^2.1.8",
|
|
"@pushrocks/smartfile": "^7.0.0",
|
|
"ts-node": "^8.0.2",
|
|
"typescript": "^3.3.3333"
|
|
},
|
|
"private": false
|
|
}
|