29 lines
680 B
JSON
29 lines
680 B
JSON
{
|
|
"name": "@gitzone/tsrun",
|
|
"version": "1.1.13",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
"@pushrocks/smartfile": "^6.0.6",
|
|
"ts-node": "^7.0.0",
|
|
"typescript": "^3.0.1"
|
|
},
|
|
"private": false
|
|
}
|