35 lines
973 B
JSON
35 lines
973 B
JSON
{
|
|
"name": "@handsontable/hyperformula-skill",
|
|
"version": "3.3.0",
|
|
"description": "Agent skill for HyperFormula — the headless, open-source TypeScript spreadsheet calculation engine. Teaches AI coding agents how to integrate, configure, and debug HyperFormula.",
|
|
"license": "MIT",
|
|
"author": "Handsontable <hello@handsontable.com> (https://handsontable.com)",
|
|
"homepage": "https://github.com/handsontable/handsontable-skills#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/handsontable/handsontable-skills.git",
|
|
"directory": "skills/hyperformula"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/handsontable/handsontable-skills/issues"
|
|
},
|
|
"keywords": [
|
|
"agent-skill",
|
|
"claude-skill",
|
|
"claude",
|
|
"anthropic",
|
|
"ai",
|
|
"hyperformula",
|
|
"spreadsheet",
|
|
"formula-engine",
|
|
"handsontable"
|
|
],
|
|
"files": [
|
|
"SKILL.md",
|
|
"references/"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|