-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 853 Bytes
/
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
33
34
35
36
37
38
{
"name": "@atws/tsconfig",
"version": "2.0.0",
"description": "An opinionated base setup of tsconfig.json",
"keywords": [
"tsconfig",
"tsconfig.json",
"typescript",
"ts"
],
"homepage": "https://github.com/Austrian-Web-Services/config/tree/main/packages/tsconfig",
"bugs": {
"url": "https://github.com/Austrian-Web-Services/config/issues"
},
"repository": {
"type": "git",
"repository": "https://github.com/Austrian-Web-Services/config.git"
},
"license": "MIT",
"author": "Lorenz Nimmervoll <[email protected]>",
"directories": {
"node16": "node16",
"node18": "node18"
},
"scripts": {
"build": "exit 0",
"semantic-release": "semantic-release"
},
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public",
"branches": [
"main"
]
}
}