UNPKG

@violentmonkey/types

Version:

Type declaration for GM functions in Violentmonkey

35 lines 843 B
{ "name": "@violentmonkey/types", "version": "0.3.4", "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" ], "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": { "@types/firefox-webext-browser": "143.0.0", "chrome-types": "^0.1.435", "prettier": "^3.5.3", "typedoc": "^0.27.6", "typescript": "^5.7.3" }, "scripts": { "build:docs": "typedoc index.d.ts", "build:json": "typedoc --json index.json" } }