2018-06-04 21:25:19 +00:00
|
|
|
{
|
2018-06-04 21:50:26 +00:00
|
|
|
"name": "@gitzone/tsrun",
|
2018-07-01 09:51:31 +00:00
|
|
|
"version": "1.0.12",
|
2018-06-04 21:25:19 +00:00
|
|
|
"description": "run typescript programs efficiently",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bin": {
|
2018-06-30 17:20:36 +00:00
|
|
|
"tsrun": "./cli.js"
|
2018-06-04 21:25:19 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-06-30 17:20:36 +00:00
|
|
|
"test": "(npmts --notest && node ./cli.js test/test.ts)",
|
2018-06-04 21:25:19 +00:00
|
|
|
"format": "(gitzone format)",
|
2018-07-01 09:32:08 +00:00
|
|
|
"build": "echo \"Not needed for now\"",
|
2018-07-01 09:51:24 +00:00
|
|
|
"postinstall": "ts-node --ignore '' --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
|
2018-06-04 21:25:19 +00:00
|
|
|
},
|
2018-06-05 18:40:49 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^10.3.0"
|
|
|
|
},
|
2018-06-04 21:25:19 +00:00
|
|
|
"dependencies": {
|
2018-07-01 09:32:08 +00:00
|
|
|
"smartfile": "^4.2.28",
|
2018-06-04 21:25:19 +00:00
|
|
|
"ts-node": "^6.1.0",
|
|
|
|
"typescript": "^2.9.1"
|
|
|
|
},
|
|
|
|
"private": false
|
|
|
|
}
|