{
"name": "@openfuyao/ofpower-install",
"version": "0.1.1",
"description": "Cross-platform interactive installer for openFuyao powers skills and MCP",
"type": "module",
"bin": {
"ofpower-install": "./bin/ofpower-install.js"
},
"files": [
"bin",
"src",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18"
},
"scripts": {
"start": "node bin/ofpower-install.js",
"test": "node --test test/**/*.test.js"
},
"keywords": [
"openfuyao",
"skills",
"mcp",
"installer"
],
"license": "MulanPSL-2.0",
"repository": {
"type": "git",
"url": "https://gitcode.com/openFuyao/openfuyao-powers.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"inquirer": "^12.11.1"
}
}