-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 993 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 993 Bytes
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
{
"name": "@getresponse/tsconfig",
"version": "2.0.1",
"description": "Common tsconfig.json files",
"homepage": "https://github.com/GetResponse/tsconfig",
"main": "configs/",
"repository": {
"type": "git",
"url": "git@github.com:GetResponse/tsconfig.git"
},
"keywords": [
"typescript",
"ts",
"config",
"tsconfig"
],
"author": "GetResponse",
"license": "MIT",
"files": [
"configs"
],
"scripts": {
"release": "semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "12.0.6",
"@semantic-release/npm": "13.1.5",
"@semantic-release/release-notes-generator": "14.1.0",
"semantic-release": "25.0.3"
},
"peerDependencies": {
"typescript": ">=6.0.0 <7.0.0"
}
}