UNPKG

autoheal

Version:

GPT Test driven development. Automatically fix tests and guide GPT to write and fix code using your tests.

47 lines (46 loc) 1.01 kB
{ "name": "autoheal", "version": "0.0.22", "description": "GPT Test driven development. Automatically fix tests and guide GPT to write and fix code using your tests.", "main": "dist/index.js", "type": "module", "scripts": { "test": "test", "build": "tsc", "dev": "tsc -w", "run": "tsc && node dist/index.js" }, "bin": { "autoheal": "./dist/index.js" }, "keywords": [ "TTD-GPT", "GPT-TTD", "OpenAI", "GPT3", "GPT4", "GPT4", "AutoGPT", "Agent" ], "author": "Dion Yiw", "license": "ISC", "dependencies": { "chalk": "^5.2.0", "commander": "^10.0.0", "execa": "^7.1.1", "gradient-string": "^2.0.2", "inquirer": "^9.1.5", "lodash": "^4.17.21", "openai": "^3.2.1", "ora": "^6.3.0" }, "devDependencies": { "@types/gradient-string": "^1.1.2", "@types/inquirer": "^9.0.3", "@types/lodash": "^4.14.192", "@types/node": "^18.15.11", "eslint": "^8.38.0", "prettier": "^2.8.7" } }