UNPKG

instruqt

Version:

CLI tool for deploying AI agent context documentation across multiple platforms with dual MERN/module support

69 lines (68 loc) 1.44 kB
{ "name": "instruqt", "version": "1.1.4", "description": "CLI tool for deploying AI agent context documentation across multiple platforms with dual MERN/module support", "main": "index.js", "bin": { "instruqt": "./bin/cli.js" }, "scripts": { "test": "node qtests-runner.js", "start": "node bin/cli.js" }, "keywords": [ "ai", "agent", "context", "documentation", "cli", "mern", "roo", "cline", "replit", "deployment", "automation" ], "author": "Q", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/bijikyu/instruqt.git" }, "bugs": { "url": "https://github.com/bijikyu/instruqt/issues" }, "homepage": "https://github.com/bijikyu/instruqt#readme", "engines": { "node": ">=16.0.0" }, "files": [ "bin/", "lib/", "config/", "contexts/", "features/", "scripts/", "index.js", "README.md" ], "preferGlobal": true, "dependencies": { "@babel/parser": "^7.28.3", "@babel/traverse": "^7.28.3", "globby": "^14.1.0", "qerrors": "^1.2.6", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { "agentsqripts": "^1.0.7", "arqitect": "^1.0.7", "loqatevars": "^1.0.6", "madge": "^8.0.0", "qtests": "^1.1.2", "quantumagent": "^1.0.4", "repomix": "^1.2.0", "unqommented": "^1.1.0" } }