-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 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
{
"name": "hellmapmanager.ts",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"directories": {
"test": "test"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"build-lua": "tstl -p tsconfig.lua.json",
"test": "./node_modules/mocha/bin/mocha.js -r ts-node/register -r tsconfig-paths/register tests/**/*.test.ts --reporter spec",
"test-lua": "lua luatests/test.lua -o TAP"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hellclient-scripts/hellmapmanager.ts.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hellclient-scripts/hellmapmanager.ts/issues"
},
"homepage": "https://github.com/hellclient-scripts/hellmapmanager.ts#readme",
"devDependencies": {
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/sinon": "^17.0.4",
"@types/typescript": "^2.0.0",
"chai": "^5.2.0",
"lua-types": "^2.13.1",
"mocha": "^11.4.0",
"sinon": "^20.0.0",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.8.2",
"typescript-to-lua": "^1.31.1",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
}
}