@violentmonkey/types
Version:
Type declaration for GM functions in Violentmonkey
33 lines (32 loc) • 738 B
JSON
{
"name": "@violentmonkey/types",
"version": "0.2.1",
"description": "Type declaration for GM functions in Violentmonkey",
"author": "Gerald <gera2ld@live.com>",
"main": "index.d.ts",
"types": "index.d.ts",
"files": [
"index.d.ts"
],
"scripts": {
"build:docs": "typedoc index.d.ts",
"build:json": "typedoc --json index.json"
},
"keywords": [
"violentmonkey",
"userscript"
],
"license": "ISC",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "git@github.com:violentmonkey/types.git",
"dependencies": {
"user-agent-data-types": "^0.4.2"
},
"devDependencies": {
"typedoc": "^0.27.6",
"typescript": "^5.7.3"
}
}