-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 929 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
{
"name": "@bhc/stronk-types",
"author": "Ludovic Fernandez",
"description": "A collection of utilities types for very stronkly typed TS projects",
"version": "5.5.4",
"license": "MIT",
"homepage": "https://github.com/BHC-IT/stronk-types",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/BHC-IT/stronk-types.git"
},
"keywords": [
"typescript",
"types",
"utility"
],
"bugs": {
"url": "https://github.com/BHC-IT/stronk-types/issues"
},
"types": "./types/index.d.ts",
"dependencies": {
"@type-challenges/utils": "^0.1.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.1.0",
"@semantic-release/npm": "^10.0.3",
"@semantic-release/release-notes-generator": "^11.0.2",
"typescript": "^5.0.4"
}
}