2025-08-16 09:57:03 +05:30
{
2025-08-17 00:30:02 +02:00
"name" : "@superclaude-org/superclaude" ,
2025-08-16 09:57:03 +05:30
"version" : "4.0.0" ,
2025-08-17 00:30:02 +02:00
"description" : "SuperClaude Framework NPM wrapper - Official Node.js wrapper for the Python SuperClaude package. Enhances Claude Code with specialized commands and AI development tools." ,
2025-08-16 09:57:03 +05:30
"bin" : {
"superclaude" : "./bin/cli.js"
} ,
"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"
} ,
"os" : [
"darwin" ,
"linux" ,
"win32"
] ,
"cpu" : [
"x64" ,
"arm64"
] ,
"funding" : {
"type" : "github" ,
2025-08-20 18:38:57 +05:30
"url" : "https://github.com/sponsors/NomenAK"
2025-08-16 09:57:03 +05:30
} ,
"publishConfig" : {
"access" : "public" ,
"registry" : "https://registry.npmjs.org/"
} ,
"preferGlobal" : true ,
"type" : "commonjs"
}