forked from atampy25/simple-mod-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "simple-mod-framework",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"@sentry/node": "^6.17.9",
"@sentry/tracing": "^6.17.8",
"chalk": "^4.1.2",
"clarify": "^2.1.0",
"decimal.js": "^10.3.1",
"eventemitter-asyncresource": "^1.0.0",
"fs-extra": "^10.0.1",
"hdr-histogram-js": "^3.0.0",
"hdr-histogram-percentiles-obj": "^3.0.0",
"json5": "^2.2.0",
"klaw-sync": "^6.0.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"lossless-json": "^1.0.5",
"luxon": "^2.3.1",
"md5": "^2.3.0",
"md5-file": "^5.0.0",
"promisify-child-process": "^4.1.1",
"rfc6902": "^4.0.2",
"semver": "^7.3.5"
},
"devDependencies": {
"eslint": "^8.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "main.js",
"pkg": {
"scripts": [
"node_modules/piscina/dist/src/worker.js",
"patchWorker.js"
]
},
"author": "Atampy26",
"license": "MIT"
}