-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@refactor-bot/repository",
"version": "0.0.0-development",
"private": true,
"description": "Refactor your codebase using ChatGPT, ts-morph and Plan and Execute techniques",
"keywords": [
"gpt",
"refactor",
"TypeScript",
"ts",
"monorepo",
"LLM",
"OpenAI"
],
"license": "MIT",
"author": {
"name": "Rinat Zaripov",
"url": "https://github.com/zaripych"
},
"type": "module",
"scripts": {
"benchmark": "pnpm tsx packages/refactor-bot/src/benchmark/cli.ts",
"refactor-bot-bundled": "node ./packages/refactor-bot/dist/bin/refactor-bot.mjs"
},
"dependencies": {},
"devDependencies": {
"@changesets/cli": "2.26.2",
"@jest/globals": "29.7.0",
"@refactor-bot/changeset-changelog": "workspace:*",
"@repka-kit/ts": "1.0.8",
"@types/diff": "^5.0.3",
"@types/js-yaml": "4.0.5",
"@types/lodash-es": "4.17.7",
"@types/micromatch": "4.0.2",
"@types/node": "20.8.4",
"@types/object-hash": "3.0.2",
"@types/prompts": "2.4.4",
"@types/yargs": "17.0.24",
"globby": "14.0.0",
"refactor-bot": "workspace:*",
"tsx": "4.7.0",
"utility-types": "3.10.0"
},
"packageManager": "[email protected]",
"engines": {
"node": "18"
}
}