{ "name": "commitgpt", "version": "1.0.1", "description": "", "main": "index.js", "type": "module", "bin": "dist/index.js", "scripts": { "build": "tsc", "start": "ts-node --esm index.ts", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/RomanHotsiy/commitgpt.git" }, "keywords": [], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/RomanHotsiy/commitgpt/issues" }, "homepage": "https://github.com/RomanHotsiy/commitgpt#readme", "dependencies": { "enquirer": "^2.3.6", "eventsource-parser": "^0.0.5", "expiry-map": "^2.0.0", "node-fetch": "^3.3.0", "ora": "^6.1.2", "uuid": "^9.0.0", "yargs-parser": "^21.1.1" }, "devDependencies": { "ts-node": "^10.9.1" } }