-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1016 Bytes
/
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
{
"name": "haxe-modular",
"version": "0.14.0",
"description": "",
"main": "runtime/index.js",
"bin": {
"haxe-split": "bin/cmd.js"
},
"scripts": {
"prepare": "lix download",
"build:viewer": "haxe build-viewer.hxml",
"build:cli": "haxe build-cli.hxml",
"build": "npm run build:viewer && npm run build:cli",
"test": "node tool/test/test-suite.js"
},
"files": [
"bin",
"tool/bin",
"runtime"
],
"repository": {
"type": "git",
"url": "https://github.com/elsassph/haxe-modular.git"
},
"author": "Philippe Elsass",
"license": "ISC",
"dependencies": {
"@elsassph/fast-source-map": "^0.3.0",
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0",
"graphlib": "^2.1.8",
"react-deep-force-update": "^2.1.3",
"react-proxy": "^2.0.8",
"source-map": "^0.5.6"
},
"devDependencies": {
"lix": "^15.10.1",
"json-diff": "^0.5.2",
"uglify-js": "^2.8.29"
},
"config": {
"haxe-split-hook": "tool/test/src/test_hook.js"
}
}