-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.02 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/babel__traverse": "^7.20.1",
"@types/decompress": "^4.2.4",
"@types/fs-extra": "^11.0.1",
"@types/ini": "^1.3.31",
"@types/node": "^20.3.1",
"@types/node-7z": "^2.1.5",
"@types/semver": "^7.5.0",
"dotenv": "^16.3.1",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.3"
},
"name": "vortex-update-extensions",
"version": "1.1.0",
"main": "index.js",
"dependencies": {
"@babel/parser": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@nexusmods/nexus-api": "^1.1.5",
"@slack/bolt": "^3.13.3",
"@tsdotnet/stopwatch": "^1.0.13",
"acorn": "^8.9.0",
"acorn-walk": "^8.2.0",
"anymatch": "^3.1.3",
"arg": "^4.1.3",
"axios": "^1.4.0",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.2.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"buffer-from": "^1.1.2",
"chokidar": "^3.5.3",
"concat-map": "^0.0.1",
"create-require": "^1.1.1",
"csv-parse": "^5.4.0",
"diff": "^4.0.2",
"dynamic-dedupe": "^0.3.0",
"extract-zip": "^2.0.1",
"fill-range": "^7.0.1",
"fix-esm": "^1.0.1",
"fs-extra": "^11.1.1",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.1",
"glob": "^7.2.3",
"glob-parent": "^5.1.2",
"has": "^1.0.3",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"ini": "^4.1.1",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.12.1",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-language-code": "^3.1.0",
"is-number": "^7.0.0",
"make-error": "^1.3.6",
"minimatch": "^3.1.2",
"minimist": "^1.2.8",
"mkdirp": "^1.0.4",
"nanoid": "^3.3.4",
"node-7z": "github:Nexus-Mods/node-7z",
"node-7z-archive": "^1.1.4",
"normalize-path": "^3.0.0",
"octokit": "^3.2.0",
"once": "^1.4.0",
"path-is-absolute": "^1.0.1",
"path-parse": "^1.0.7",
"picomatch": "^2.3.1",
"readdirp": "^3.6.0",
"resolve": "^1.22.2",
"rimraf": "^2.7.1",
"semver": "^7.5.2",
"simple-git": "^3.19.0",
"source-map": "^0.6.1",
"source-map-support": "^0.5.21",
"strip-bom": "^3.0.0",
"strip-json-comments": "^2.0.1",
"supports-preserve-symlinks-flag": "^1.0.0",
"to-regex-range": "^5.0.1",
"tree-kill": "^1.2.2",
"tsconfig": "^7.0.0",
"v8-compile-cache-lib": "^3.0.1",
"wrappy": "^1.0.2",
"xtend": "^4.0.2",
"yn": "^3.1.1"
},
"scripts": {
"dev": "ts-node-dev --exit-child src/index.ts",
"update-extensions-manifest": "ts-node src/update-extensions-manifest.ts",
"add-extension": "ts-node src/add-extension.ts",
"add-mod-spotlights-video": "ts-node src/add-mod-spotlights-video.ts",
"test-slack": "ts-node src/test-slack.ts",
"test-github": "ts-node src/test-github.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}