impulse-claude
Version:
Download and install Claude commands from Impulse Directory
24 lines (23 loc) • 419 B
JSON
{
"name": "impulse-claude",
"version": "0.1.1",
"description": "Download and install Claude commands from Impulse Directory",
"main": "index.js",
"bin": {
"impulse-claude": "./index.js"
},
"scripts": {
"test": "node index.js --help"
},
"keywords": [
"claude",
"commands",
"impulse",
"npx"
],
"author": "Impulse",
"license": "MIT",
"engines": {
"node": ">=14"
}
}