mirror of
https://github.com/waynesutton/convexskills.git
synced 2026-09-14 16:28:42 +08:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@waynesutton/convex-skills",
|
|
"version": "1.0.9",
|
|
"description": "For official Convex Skills use Convex Agent Plugins at https://github.com/get-convex/convex-agent-plugins. This package provides unofficial agent skills for building production-ready Convex applications.",
|
|
"author": "Wayne Sutton - @waynesutton",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/waynesutton/convexskills.git"
|
|
},
|
|
"homepage": "https://github.com/waynesutton/convexskills#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/waynesutton/convexskills/issues"
|
|
},
|
|
"keywords": [
|
|
"convex",
|
|
"convex-skills",
|
|
"ai-skills",
|
|
"agent-skills",
|
|
"claude",
|
|
"codex",
|
|
"llm",
|
|
"ai-assistant",
|
|
"best-practices",
|
|
"developer-tools",
|
|
"eslint",
|
|
"linting"
|
|
],
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"convex-skills": "./bin/cli.js"
|
|
},
|
|
"files": [
|
|
"skills/**/*.md",
|
|
"templates/**/*.md",
|
|
"AGENTS.md",
|
|
"CLAUDE.md",
|
|
"GEMINI.md",
|
|
"index.js",
|
|
"bin/"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "echo 'Publishing convex-skills to npm...'",
|
|
"postpublish": "echo 'Published successfully!'"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|