Skip to content

Commit cdaf256

Browse files
committed
chore: update deps
1 parent 23b4ba3 commit cdaf256

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules/
22
*.lock
33
pnpm-lock.yaml
44
/docs
5+
/index.json

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"version": "0.2.0",
44
"description": "Type declaration for GM functions in Violentmonkey",
55
"author": "Gerald <[email protected]>",
6-
"main": "index.js",
6+
"main": "index.d.ts",
77
"types": "index.d.ts",
88
"files": [
99
"index.d.ts"
1010
],
1111
"scripts": {
12-
"build:docs": "typedoc index.d.ts"
12+
"build:docs": "typedoc index.d.ts",
13+
"build:json": "typedoc --json index.json"
1314
},
1415
"keywords": [
1516
"violentmonkey",
@@ -21,9 +22,11 @@
2122
"registry": "https://registry.npmjs.org/"
2223
},
2324
"repository": "[email protected]:violentmonkey/types.git",
24-
"devDependencies": {
25-
"typedoc": "^0.25.6",
26-
"typescript": "^5.3.3",
25+
"dependencies": {
2726
"user-agent-data-types": "^0.4.2"
27+
},
28+
"devDependencies": {
29+
"typedoc": "^0.27.6",
30+
"typescript": "^5.7.3"
2831
}
2932
}

0 commit comments

Comments
 (0)