57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@gitzone/tsbuild",
|
|
"version": "2.1.55",
|
|
"private": false,
|
|
"description": "TypeScript nightly to easily make use of latest features",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"bin": {
|
|
"tsbuild": "./cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "tsrun test/test.ts",
|
|
"testCustom": "node cli.ts.js custom ts_web",
|
|
"build": "node cli.ts.js --web --allowimplicitany"
|
|
},
|
|
"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/early": "^3.0.6",
|
|
"@pushrocks/smartcli": "^3.0.14",
|
|
"@pushrocks/smartfile": "^9.0.6",
|
|
"@pushrocks/smartlog": "^2.0.44",
|
|
"@pushrocks/smartpath": "^5.0.4",
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
"typescript": "4.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsrun": "^1.2.31",
|
|
"@pushrocks/tapbundle": "^5.0.2",
|
|
"@types/node": "^17.0.21"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
}
|