UNPKG

context-engineering-installer

Version:

A simple installer for the Context Engineering toolkit.

40 lines (39 loc) 1.17 kB
{ "name": "context-engineering-installer", "version": "1.4.2", "description": "A simple installer for the Context Engineering toolkit.", "main": "index.js", "bin": { "context-engineering-installer": "./bin/install.js" }, "scripts": { "test": "node test/test-installer.js", "release:patch": "npm version patch && git push origin main --follow-tags", "release:minor": "npm version minor && git push origin main --follow-tags", "release:major": "npm version major && git push origin main --follow-tags", "version": "echo 'Version updated to' $(node -p \"require('./package.json').version\")", "prepack": "echo 'Preparing package for publishing...'", "postpack": "echo 'Package prepared successfully'" }, "keywords": [ "context-engineering", "ai-workflow", "github-automation", "claude-code", "installer" ], "dependencies": { "fs-extra": "^11.1.1", "chalk": "^4.1.2" }, "repository": { "type": "git", "url": "https://github.com/tazomatalax/context-engineering.git" }, "author": "Context Engineering Community", "license": "MIT", "files": [ "bin/", "toolkit/" ] }