forked from IMRZ/total-war-save-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 665 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 665 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
{
"name": "total-war-save-parser",
"version": "0.1.2",
"main": "dist/total-war-save-parser.js",
"scripts": {
"build": "rollup -c",
"test": "karma start --single-run=false"
},
"devDependencies": {
"@types/mocha": "^5.2.6",
"chai": "^4.2.0",
"karma": "^5.0.4",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-typescript": "^5.0.2",
"karma-typescript-preprocessor": "^0.4.0",
"mocha": "^7.1.2",
"puppeteer": "^5.2.1",
"rollup": "^1.32.1",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^3.8.3"
},
"dependencies": {
"jdataview": "^2.5.0",
"lzma": "^2.3.2"
}
}