File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ node_modules/
22* .lock
33pnpm-lock.yaml
44/docs
5+ /index.json
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments