2018-07-25 20:56:42 +02:00
|
|
|
{
|
2018-07-25 21:05:21 +02:00
|
|
|
"name": "@gitzone/tsbuild",
|
2022-03-11 18:08:19 +01:00
|
|
|
"version": "2.1.42",
|
2018-07-25 20:56:42 +02:00
|
|
|
"private": false,
|
|
|
|
"description": "TypeScript nightly to easily make use of latest features",
|
2020-03-13 19:23:01 +00:00
|
|
|
"main": "dist_ts/index.js",
|
2020-04-30 09:02:43 +00:00
|
|
|
"typings": "dist_ts/index.d.ts",
|
2018-07-25 20:58:55 +02:00
|
|
|
"bin": {
|
2020-08-10 22:10:20 +00:00
|
|
|
"tsbuild": "./cli.js"
|
2018-07-25 20:58:55 +02:00
|
|
|
},
|
2018-07-25 20:56:42 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "tsrun test/test.ts",
|
2019-01-27 02:42:58 +01:00
|
|
|
"testCustom": "node cli.ts.js custom ts_web",
|
2020-08-10 22:10:20 +00:00
|
|
|
"build": "node cli.ts.js --web"
|
2018-07-25 20:56:42 +02:00
|
|
|
},
|
|
|
|
"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": {
|
2020-08-10 22:10:20 +00:00
|
|
|
"@pushrocks/early": "^3.0.6",
|
2021-08-17 12:13:51 +02:00
|
|
|
"@pushrocks/smartcli": "^3.0.14",
|
2022-03-11 17:36:27 +01:00
|
|
|
"@pushrocks/smartfile": "^9.0.6",
|
2021-08-17 12:13:51 +02:00
|
|
|
"@pushrocks/smartlog": "^2.0.44",
|
2020-08-10 22:10:20 +00:00
|
|
|
"@pushrocks/smartpath": "^4.0.3",
|
2022-03-11 17:36:27 +01:00
|
|
|
"@pushrocks/smartpromise": "^3.1.7",
|
|
|
|
"typescript": "4.7.0-dev.20220311"
|
2018-07-25 20:56:42 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-11 18:05:02 +01:00
|
|
|
"@gitzone/tsrun": "1.2.18",
|
2022-03-11 17:36:27 +01:00
|
|
|
"@pushrocks/tapbundle": "^4.0.8",
|
|
|
|
"@types/node": "^17.0.21",
|
2020-08-10 22:10:20 +00:00
|
|
|
"tslint": "^6.1.3",
|
2019-04-30 13:32:36 +02:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2019-08-26 16:28:03 +02:00
|
|
|
},
|
|
|
|
"files": [
|
2020-03-13 19:23:01 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
2020-04-30 09:02:43 +00:00
|
|
|
"dist_*/**/*",
|
2020-03-13 19:23:01 +00:00
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-08-26 16:28:03 +02:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2020-04-30 09:02:43 +00:00
|
|
|
}
|