tsbuild/package.json

44 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",
2018-12-05 23:45:23 +00:00
"version": "2.1.3",
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",
"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": {
"@pushrocks/smartcli": "^3.0.6",
"@pushrocks/smartfile": "^6.0.11",
"@pushrocks/smartlog": "^2.0.9",
2018-07-25 18:56:42 +00:00
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"typescript": "^3.2.1"
2018-07-25 18:56:42 +00:00
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.13",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.12",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0"
2018-07-25 18:56:42 +00:00
}
2018-07-25 21:38:30 +00:00
}