{ "name": "@gitzone/tsbuild", "version": "2.1.9", "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", "testCustom": "node cli.ts.js custom ts_web", "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.7", "@pushrocks/smartfile": "^6.0.11", "@pushrocks/smartlog": "^2.0.9", "@pushrocks/smartpath": "^4.0.1", "@pushrocks/smartpromise": "^2.0.5", "typescript": "^3.2.2" }, "devDependencies": { "@gitzone/tsrun": "^1.1.17", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.12.12", "tslint": "^5.11.0", "tslint-config-prettier": "^1.17.0" } }