plugin/package.json
2024-10-20 13:12:40 +02:00

17 lines
443 B
JSON

{
"name": "plugin",
"version": "1.0.0",
"description": "📦 A plugin library interface for typescript projects",
"types": "./lib/main.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/zen-browser/plugin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zen-browser/plugin/issues"
},
"homepage": "https://github.com/zen-browser/plugin#readme"
}