-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 786 Bytes
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
{
"name": "civ6-cheat",
"version": "1.3.2",
"description": "Cheat Tool for Civilization VI.",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iqqmut/civ6-cheat.git"
},
"author": "Tuomas Jaakola <tuomas.jaakola@iki.fi>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iqqmut/civ6-cheat/issues"
},
"homepage": "https://github.com/iqqmut/civ6-cheat#readme",
"dependencies": {
"diacritics": "^1.3.0",
"iconv-lite": "^0.4.15",
"lodash": "^4.17.21",
"minimist": "^1.2.5"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^5.11.1",
"eslint-config-google": "^0.11.0",
"mocha": "^9.0.2"
},
"files": [
"index.js"
]
}