mirror of
https://github.com/zen-browser/plugin.git
synced 2025-07-07 17:05:39 +02:00
17 lines
443 B
JSON
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"
|
|
}
|