-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·64 lines (64 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "fixus",
"version": "1.0.0",
"author": "verit",
"license": "MIT",
"scripts": {
"build:changelog": "ts-node scripts/changelog.ts",
"build:defs": "ts-node scripts/dev",
"build": "ts-node --ignore \"node_modules/(?!mdx-m3-viewer).*\" scripts/build.ts",
"dev": "npm-watch",
"jest:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"jest": "jest --silent",
"lint": "eslint . --ext .ts",
"pretest": "npm run lint",
"start": "ts-node scripts/start.ts",
"test": "npm run jest"
},
"devDependencies": {
"@babel/preset-env": "^7.8.7",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.1.4",
"@types/marked": "^0.7.3",
"@types/node": "^13.9.2",
"@types/pako": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"eslint-config-mdcs": ">=4.2.3",
"eslint-config-verit": ">=1.0.3",
"fs-extra": "^9.0.0",
"jest": "^25.1.0",
"lua-types": ">=2.6.1",
"marked": "^0.8.1",
"mdx-m3-viewer": "^5.0.0-beta.21",
"npm-watch": "^0.6.0",
"ts-jest": "^25.5.1",
"ts-node": "^8.8.2",
"ts-transformer-imports": "^0.4.3",
"typescript-to-lua": "^0.33.0",
"w3api": "^2.2.0",
"war3-transformer": "git://github.com/cipherxof/war3-transformer.git#458fdb315fff1f55a90151110fcafe9b90cc2f23",
"war3-types": "^1.0.2",
"war3tstlhelper": ">=1.0.1",
"winston": "^3.2.1"
},
"dependencies": {
"@voces/w3ts": "^2.1.2-fix.1",
"w3ts-w3mmd": "^1.0.4-forked"
},
"watch": {
"build:defs": {
"patterns": [
"./maps/*"
],
"extensions": "lua",
"legacyWatch": true
}
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/voces/fixus.git"
}
}