-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 768 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 768 Bytes
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
{
"name": "ghp",
"module": "src/index.ts",
"type": "module",
"devDependencies": {
"@types/fs-extra": "^11.0.3",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"bun-types": "latest",
"eslint": "^8.53.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@apollo/client": "^3.8.5",
"@octokit/graphql": "^7.0.2",
"@types/prompts": "^2.4.6",
"commander": "^11.1.0",
"fs-extra": "^11.1.1",
"git-last-commit": "^1.0.1",
"graphql": "^16.8.1",
"markdown-table": "^3.0.3",
"prompts": "^2.4.2",
"react": "^18.2.0",
"remark-parse": "^11.0.0",
"sanitize-filename": "^1.6.3",
"unified": "^11.0.4"
}
}