UNPKG

refraction-cli

Version:
54 lines (53 loc) 1.29 kB
{ "name": "refraction-cli", "version": "1.0.8", "description": "AI code generation for your terminal.", "main": "dist/index.js", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "bin": { "refraction": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/beskar-co/refraction-cli.git" }, "keywords": [ "refraction", "ai", "terminal", "generation" ], "bugs": { "url": "https://github.com/beskar-co/refraction-cli/issues" }, "homepage": "https://github.com/beskar-co/refraction-cli#readme", "scripts": { "build": "tsup", "test": "echo \"Error: no test specified\" && exit 1" }, "type": "module", "author": "Hayden Bleasel <hello@haydenbleasel.com>", "license": "MIT", "dependencies": { "@beskar-labs/gpt-encoder": "^1.0.7", "axios": "^1.4.0", "chalk": "^5.2.0", "commander": "^10.0.1" }, "devDependencies": { "@beskar-labs/harmony": "^2.2.8", "eslint": "^8.41.0", "jest": "^29.5.0", "prettier": "^2.8.8", "stylelint": "^15.6.2", "tsup": "^6.7.0", "typescript": "^5.0.4" }, "prettier": "@beskar-labs/harmony/prettier", "stylelint": { "extends": "@beskar-labs/harmony/stylelint" } }