generated from userscripters/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.5 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@userscripters/stackexchange-global-types",
"version": "2.8.2",
"description": "Type definitions for global Stack Exchange objects",
"scripts": {
"test": "tsd",
"build": "exit 0",
"readme": "generate-readme",
"preversion": "npm run test",
"postversion": "bash ./scripts/version.sh"
},
"tsd": {
"directory": "spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/userscripters/stackexchange-global-types.git"
},
"keywords": [
"userscripts",
"stackoverflow",
"stack exchange",
"types"
],
"author": {
"name": "Oleg Valter",
"email": "[email protected]"
},
"contributors": [
{
"name": "double-beep",
"url": "https://github.com/double-beep"
},
{
"name": "Martijn Pieters",
"url": "https://github.com/mjpieters"
}
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/userscripters/stackexchange-global-types/issues"
},
"homepage": "https://github.com/userscripters/stackexchange-global-types#readme",
"devDependencies": {
"@userscripters/generate-readme": "^3.0.2",
"tsd": "^0.31.2",
"typescript": "^5.7.2"
},
"types": "./index.d.ts",
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@stackoverflow/stacks": "^2.6.0",
"@types/jquery": "^3.5.32"
}
}