tsbuild/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2018-07-25 18:56:42 +00:00
{
2018-07-25 19:05:21 +00:00
"name": "@gitzone/tsbuild",
2019-08-26 14:15:51 +00:00
"version": "2.1.16",
2018-07-25 18:56:42 +00:00
"private": false,
"description": "TypeScript nightly to easily make use of latest features",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
2018-07-25 18:58:55 +00:00
"bin": {
"tsbuild": "cli.js"
},
2018-07-25 18:56:42 +00:00
"scripts": {
"test": "tsrun test/test.ts",
2019-01-27 01:42:58 +00:00
"testCustom": "node cli.ts.js custom ts_web",
2018-07-25 18:56:42 +00:00
"build": "node cli.ts.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/tsn.git"
},
"keywords": [
"TypeScript"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/tsn/issues"
},
"homepage": "https://gitlab.com/pushrocks/tsn#README",
"dependencies": {
2018-12-11 00:58:39 +00:00
"@pushrocks/smartcli": "^3.0.7",
2019-04-30 11:32:36 +00:00
"@pushrocks/smartfile": "^7.0.2",
"@pushrocks/smartlog": "^2.0.19",
2018-07-25 18:56:42 +00:00
"@pushrocks/smartpath": "^4.0.1",
2019-04-30 11:32:36 +00:00
"@pushrocks/smartpromise": "^3.0.2",
2019-06-21 07:49:37 +00:00
"typescript": "^3.5.2"
2018-07-25 18:56:42 +00:00
},
"devDependencies": {
2019-08-25 14:27:54 +00:00
"@gitzone/tsrun": "^1.2.8",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.2",
"tslint": "^5.19.0",
2019-04-30 11:32:36 +00:00
"tslint-config-prettier": "^1.18.0"
2018-07-25 18:56:42 +00:00
}
2018-07-25 21:38:30 +00:00
}