-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 934 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
40
{
"name": "vumm-action",
"description": "GitHub Action for VUMM, a mod manager for Venice Unleashed",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/BF3RM/vumm-action.git"
},
"keywords": [
"actions",
"vumm",
"vu",
"mod",
"venice unleashed"
],
"author": "BF3: Reality Mod Team",
"main": "build/index.js",
"scripts": {
"build": "tsc && ncc build",
"test": "jest --coverage"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/http-client": "^1.0.9"
},
"devDependencies": {
"@actions/tool-cache": "^1.6.1",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"@types/semver": "^7.3.4",
"@types/tmp": "^0.2.0",
"@vercel/ncc": "^0.27.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"tmp": "^0.2.1",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
}
}