-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "glue_ops",
"author": "Steven Goodstein <[email protected]>",
"engines": {
"node": ">=20.8.0"
},
"scripts": {
"lint": "eslint src cmds glue_ops.ts --ext .js --ext .ts",
"build": "tsc && chmod +x dist/glue_ops.js"
},
"bin": "./dist/glue_ops.js",
"dependencies": {
"@octokit/graphql": "^7.0.1",
"@octokit/rest": "^18.12.0",
"consola": "^2.15.3",
"deepmerge": "^4.3.0",
"mustache": "^4.2.0",
"npm": "^8.5.1",
"parse-github-url": "^1.0.2",
"parse-link-header": "^2.0.0",
"simple-git": "^3.2.6",
"uuid": "^8.3.2",
"yaml": "^2.0.0-10",
"yargs": "^17.3.1"
},
"devDependencies": {
"@pollyjs/adapter-fetch": "^6.0.4",
"@pollyjs/adapter-node-http": "^6.0.4",
"@pollyjs/core": "^6.0.4",
"@pollyjs/persister-fs": "^6.0.4",
"@types/node": "^18.0.0",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^27.2.3",
"fs-extra": "^10.0.1",
"jest": "29.6.4",
"setup-polly-jest": "^0.11.0",
"typescript": "^5.2.2"
},
"version": "2.5.0"
}