mirror of
https://github.com/SrIzan10/awesome-plugins.git
synced 2026-05-01 10:35:27 +00:00
31 lines
719 B
JSON
31 lines
719 B
JSON
{
|
|
"name": "awesome-plugins",
|
|
"version": "1.0.0",
|
|
"description": "A curated list of cool plugins made by community of sern",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sern-handler/awesome-plugins.git"
|
|
},
|
|
"keywords": [
|
|
"sern",
|
|
"sern-handler",
|
|
"awesome-plugins",
|
|
"awesome"
|
|
],
|
|
"author": "sern",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sern-handler/awesome-plugins/issues"
|
|
},
|
|
"homepage": "https://github.com/sern-handler/awesome-plugins#readme",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.18.9",
|
|
"@babel/core": "^7.18.9",
|
|
"@babel/preset-typescript": "^7.18.6"
|
|
}
|
|
}
|