@graphteon/juricode
Version:
We are forging the future with lines of digital steel
85 lines (84 loc) • 2.07 kB
JSON
{
"name": "@graphteon/juricode",
"version": "0.3.9",
"description": "We are forging the future with lines of digital steel",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"bin": {
"juricode": "./bin/juricode.mjs"
},
"files": [
"dist/",
"bin/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"clean": "rm -rf dist",
"build:esm": "tsc -p tsconfig.esm.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:types": "tsc -p tsconfig.types.json",
"build": "npm run clean && npm run build:esm && npm run build:cjs && npm run build:types",
"prepare": "npm run build"
},
"keywords": [
"cli",
"interactive",
"ai",
"vibecode",
"code-assistant",
"github",
"repository-manager"
],
"author": "graphteon",
"homepage": "https://github.com/graphteon/juricode#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/graphteon/juricode.git"
},
"bugs": {
"url": "https://github.com/graphteon/juricode/issues"
},
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.11.0",
"@types/gradient-string": "^1.1.6",
"@types/inquirer": "^9.0.8",
"@types/node": "^22.15.30",
"ansi-colors": "^4.1.3",
"axios": "^1.10.0",
"boxen": "^8.0.1",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"figlet": "^1.8.1",
"gradient-string": "^2.0.2",
"ink": "^3.2.0",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"react": "^17.0.2",
"socket.io-client": "^4.8.1",
"ssh2": "^1.16.0"
},
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/figlet": "^1.7.0",
"@types/ink": "^0.5.2",
"@types/prompts": "^2.4.9",
"@types/react": "^17.0.87",
"@types/react-dom": "^17.0.26",
"@types/ssh2": "^1.15.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=14.0.0"
}
}