-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "tsconfig.d.ts",
"description": "A tsconfig definition and an opinionated default generator",
"main": "index.js",
"type": "commonjs",
"scripts": {
"windows": "npm config set script-shell H:\\Git\\bin\\bash.exe",
"clean": "cd ./tools/go && npx tsc && cd ../.. && npx clean",
"build": "npx tsc -build",
"rebuild": "echo \"start clean\" && npx clean go && echo \"clean complete, start build\" && npx tsc -build && echo \"build complete\"",
"test": "echo \"Error: no test specified\" && exit 1",
"upVersion": "npx pkg",
"publish": "cd ./transient && npm publish ./publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FranzZemen/tsconfig.d.ts.git"
},
"author": "Franz Zemen",
"license": "MIT",
"bugs": {
"url": "https://github.com/FranzZemen/tsconfig.d.ts/issues"
},
"homepage": "https://github.com/FranzZemen/tsconfig.d.ts#readme",
"devDependencies": {
"@types/node": "^18.11.13",
"clean": "file:tools/clean",
"go": "file:tools/go",
"pkg": "file:tools/pkg",
"typescript": "^4.9.4"
}
}