mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 09:46:06 +00:00
Updated version from 4.1.6 to 4.1.7 in: - VERSION file - package.json - pyproject.toml - All documentation files (README.md, CLAUDE.md, PLANNING.md, etc.) - Internationalized READMEs (ja, zh, kr) - Command documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@bifrost_inc/superclaude",
|
|
"version": "4.1.7",
|
|
"description": "SuperClaude Framework NPM wrapper - Official Node.js wrapper for the Python SuperClaude package. Enhances Claude Code with specialized commands and AI development tools.",
|
|
"scripts": {
|
|
"postinstall": "node ./bin/install.js",
|
|
"update": "node ./bin/update.js",
|
|
"lint": "eslint . --ext .js,.mjs,.cjs",
|
|
"test": "echo \"No tests defined yet\" && exit 0"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"author": {
|
|
"name": "SuperClaude Org",
|
|
"url": "https://github.com/SuperClaude-Org"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SuperClaude-Org/SuperClaude_Framework.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SuperClaude-Org/SuperClaude_Framework/issues"
|
|
},
|
|
"homepage": "https://github.com/SuperClaude-Org/SuperClaude_Framework#readme",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"superclaude",
|
|
"ai",
|
|
"cli",
|
|
"pypi",
|
|
"python",
|
|
"wrapper",
|
|
"cross-platform",
|
|
"automation"
|
|
],
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NomenAK"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"preferGlobal": true,
|
|
"type": "commonjs"
|
|
}
|