-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 995 Bytes
/
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
{
"name": "swe-bump-bench",
"version": "1.0.0",
"description": "",
"main": "index.js",
"module": "true",
"scripts": {
"data": "pnpm with-env tsx src/index.ts",
"with-env": "dotenv -e .env -c --"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@commander-js/extra-typings": "^12.0.1",
"@npmcli/package-json": "^5.0.3",
"@octokit/core": "^5.1.0",
"@octokit/graphql": "^7.0.2",
"@octokit/plugin-throttling": "^7.0.0",
"@t3-oss/env-core": "^0.9.2",
"base64url": "^3.0.1",
"mustache": "^4.2.0",
"npm-check-updates": "^16.14.18",
"papaparse": "^5.4.1",
"radash": "^12.1.0",
"semver": "^7.6.0",
"simple-git": "^3.24.0",
"tsx": "^4.7.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/mustache": "^4.2.5",
"@types/node": "^20.12.4",
"@types/npmcli__package-json": "^4.0.4",
"@types/papaparse": "^5.3.14",
"@types/semver": "^7.5.8",
"dotenv-cli": "^7.4.1"
}
}