-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.21 KB
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": "server-resources",
"version": "1.0.0",
"description": "Server Resources",
"main": "dist/resources.js",
"type": "module",
"scripts": {
"build": "tsc",
"resources": "node dist/resources",
"data": "node dist/data"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VoidShake/ServerResources.git"
},
"author": "possible_triangle",
"license": "ISC",
"bugs": {
"url": "https://github.com/VoidShake/ServerResources/issues"
},
"homepage": "https://github.com/VoidShake/ServerResources#readme",
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.182",
"@types/minimatch": "^3.0.5",
"@types/tmp": "^0.2.3",
"eslint": "^8.15.0",
"prettier": "^2.6.2",
"ts-node": "^10.7.0"
},
"dependencies": {
"@pssbletrngle/pack-resolver": "1.1.1",
"@pssbletrngle/resource-merger": "1.1.5",
"@types/node": "^17.0.31",
"chalk": "^5.0.1",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"minimatch": "^5.1.0",
"node-stream-zip": "^1.15.0",
"typescript": "^4.6.4",
"zip-a-folder": "^1.1.3"
}
}