-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
38 lines (38 loc) · 910 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
{
"name": "lix",
"version": "15.12.4",
"bin": {
"lix": "bin/lix.js",
"haxe": "bin/haxeshim.js",
"haxelib": "bin/haxelibshim.js",
"neko": "bin/nekoshim.js"
},
"scripts": {
"ncc": "ncc",
"build": "haxe --run Build",
"postinstall": "node bin/postinstall.js"
},
"description": "lix - Libraries for Haxe",
"repository": {
"type": "git",
"url": "git+https://github.com/lix-pm/lix.git"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"graceful-fs": "^4.1.15",
"tar": "^6.0.1",
"yauzl": "github:lix-pm/yauzl"
},
"keywords": [
"haxe"
],
"files": [
"bin"
],
"author": "back2dos",
"license": "MIT",
"bugs": {
"url": "https://github.com/lix-pm/lix/issues"
},
"homepage": "https://github.com/lix-pm/lix#readme"
}