mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-04-28 04:19:27 +00:00
19 lines
546 B
JSON
19 lines
546 B
JSON
{
|
|
"name": "awesome-opencode",
|
|
"version": "1.0.0",
|
|
"description": "A curated list of plugins, themes, agents, and resources for Opencode",
|
|
"private": true,
|
|
"scripts": {
|
|
"generate": "node scripts/generate-readme.js",
|
|
"validate": "node scripts/validate.js",
|
|
"bootstrap": "node scripts/bootstrap.js"
|
|
},
|
|
"keywords": ["opencode", "awesome-list", "plugins", "themes", "agents"],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1",
|
|
"glob": "^11.0.0",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|