-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
44
45
46
47
48
49
{
"name": "dcs-mission-maker",
"version": "0.0.0-development",
"description": "Javascript Library for Producing DCS Mission Files (.miz)",
"license": "MIT",
"keywords": [
"dcs"
],
"main": "dist/index.js",
"scripts": {
"test": "jest --passWithNoTests",
"lint": "rome format . --write && rome check .",
"build": "tsc",
"semantic-release": "semantic-release"
},
"dependencies": {
"@turf/turf": "^6.5.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"typescript": "^4.9.5",
"yup": "^1.0.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@elastic/elasticsearch": "^7.17.0",
"@stoplight/json-ref-resolver": "^3.1.5",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"aigle": "^1.14.1",
"axios": "^1.3.4",
"debug": "^4.3.4",
"fs-extra": "^11.1.0",
"glob": "^9.2.1",
"javascript-stringify": "^2.1.0",
"jest": "^29.5.0",
"mongodb": "^5.1.0",
"object-hash": "^3.0.0",
"prettier": "^2.8.4",
"rimraf": "^4.3.1",
"rome": "^11.0.0",
"semantic-release": "^20.1.1",
"ts-jest": "^29.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/JonathanTurnock/dcs-mission-maker.git"
}
}