-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 731 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 731 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": "bgscript-tracker",
"version": "1.0.0",
"description": "",
"main": "scan.js",
"type": "module",
"scripts": {
"scan": "node src/scan.js",
"scanv2": "node src/scanv2.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logan-mcgee/bgscript-tracker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/logan-mcgee/bgscript-tracker/issues"
},
"homepage": "https://github.com/logan-mcgee/bgscript-tracker#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"undici": "^5.16.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"eslint": "^8.33.0",
"eslint-plugin-unicorn": "^45.0.2"
}
}