-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.47 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.47 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
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
{
"name": "svcorelib",
"version": "1.18.2",
"description": "Core library used in the projects of Sv443 and the Sv443 Network. Contains tons of miscellaneous QoL features.",
"main": "SvCoreLib.js",
"scripts": {
"test": "node test",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/Sv443-Network/SvCoreLib.git"
},
"keywords": [
"js",
"javascript",
"node",
"node-js",
"library",
"core-lib",
"core-library",
"sv443"
],
"author": {
"name": "Sv443 Network",
"email": "contact@sv443.net",
"url": "https://github.com/Sv443-Network"
},
"maintainers": [
{
"name": "Sv443",
"email": "svenfehler@sv443.net",
"url": "https://github.com/Sv443"
}
],
"contributors": [
{
"name": "ThatCopy",
"url": "https://github.com/ThatCopy"
},
{
"name": "canarado",
"url": "https://github.com/canarado"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Sv443-Network/SvCoreLib/issues"
},
"homepage": "https://github.com/Sv443-Network/SvCoreLib#readme",
"dependencies": {
"deep-diff": "^1.0.2",
"fs-extra": "^11.1.0",
"keypress": "^0.2.1",
"minimatch": "^7.0.0"
},
"optionalDependencies": {
"mysql": "^2.18.1"
},
"devDependencies": {
"@types/mysql": "^2.15.17",
"@types/node": "^18.11.18",
"eslint": "^8.25.0",
"snyk": "^1.1026.0"
},
"engines": {
"node": ">=14"
}
}