-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1018 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
39
40
41
42
43
{
"name": "types-spring",
"version": "2.2.6",
"description": "a package that provides more accurate and powerful typescript capabilities",
"types": "./sources/utils/index.ts",
"exports": {
".": {
"types": "./sources/index.d.ts"
},
"./utils": {
"types": "./sources/utils/index.ts"
}
},
"scripts": {
"test": "tsc --noEmit",
"$log": "node ./dev-tools/changelog.js",
"changelog": "changelog --titled",
"hooks": "simple-git-hooks"
},
"simple-git-hooks": {
"pre-push": "npm run log"
},
"keywords": [
"typescript",
"types"
],
"repository": {
"url": "https://github.com/Sanshain/types-spring.git",
"type": "git"
},
"homepage": "https://github.com/Sanshain/types-spring",
"author": "Sanshain",
"license": "MIT",
"peerDependencies": {
"typescript": "^4.7.4 || ^5.0.4"
},
"devDependencies": {
"@types/node": "^20.2.5",
"npm-changelog": "^1.1.6",
"simple-git-hooks": "^2.8.1",
"typescript": "^5.0.4"
}
}