tsbuild/package.json
2018-07-25 21:11:02 +02:00

41 lines
981 B
JSON

{
"name": "@gitzone/tsbuild",
"version": "2.0.20",
"private": false,
"description": "TypeScript nightly to easily make use of latest features",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"tsbuild": "cli.js"
},
"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/smartfile": "^6.0.3",
"@pushrocks/smartlog": "^2.0.1",
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"typescript": "^2.9.2"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.3"
}
}