Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gera2ld committed Jan 13, 2025
1 parent 23b4ba3 commit cdaf256
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
*.lock
pnpm-lock.yaml
/docs
/index.json
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"version": "0.2.0",
"description": "Type declaration for GM functions in Violentmonkey",
"author": "Gerald <[email protected]>",
"main": "index.js",
"main": "index.d.ts",
"types": "index.d.ts",
"files": [
"index.d.ts"
],
"scripts": {
"build:docs": "typedoc index.d.ts"
"build:docs": "typedoc index.d.ts",
"build:json": "typedoc --json index.json"
},
"keywords": [
"violentmonkey",
Expand All @@ -21,9 +22,11 @@
"registry": "https://registry.npmjs.org/"
},
"repository": "[email protected]:violentmonkey/types.git",
"devDependencies": {
"typedoc": "^0.25.6",
"typescript": "^5.3.3",
"dependencies": {
"user-agent-data-types": "^0.4.2"
},
"devDependencies": {
"typedoc": "^0.27.6",
"typescript": "^5.7.3"
}
}

0 comments on commit cdaf256

Please sign in to comment.