-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 966 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 966 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
32
33
34
35
36
37
38
39
{
"name": "prscan",
"version": "1.0.5",
"main": "index.js",
"author": "ru1n <113791864+ddddhm1234@users.noreply.github.com>",
"license": "MIT",
"bin": {
"prscan": "./dist/cli/cli.js"
},
"files": [
"./dist"
],
"dependencies": {
"@actions/core": "^3.0.0",
"@babel/parser": "^7.28.4",
"@babel/traverse": "^7.28.4",
"@larksuiteoapi/node-sdk": "^1.55.0",
"@types/babel__traverse": "^7.28.0",
"@types/gunzip-maybe": "^1.4.2",
"@yarnpkg/parsers": "^3.0.3",
"commander": "^14.0.2",
"got": "^14.5.0",
"gunzip-maybe": "^1.4.2",
"js-yaml": "^4.1.1",
"octokit": "^5.0.3",
"semver": "^7.7.3",
"tar-stream": "^3.1.7",
"zustand": "^5.0.9"
},
"type": "module",
"devDependencies": {
"@babel/types": "^7.28.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.7.2",
"@types/semver": "^7.7.1",
"@types/tar-stream": "^3.1.4",
"@types/yarnpkg__lockfile": "^1.1.9"
}
}