forked from HaxeFoundation/haxelib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 853 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
{
"name": "haxelib",
"version": "0.0.0",
"description": "Haxelib is a library management tool shipped with the Haxe Toolkit.",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/HaxeFoundation/haxelib.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/HaxeFoundation/haxelib/issues"
},
"homepage": "https://github.com/HaxeFoundation/haxelib#readme",
"private": true,
"dependencies": {
"deasync": "^0.1.23",
"fs-extra": "^10.0.0",
"mysql2": "^2.3.0",
"node-fetch": "^2",
"octokit": "^1.5.0",
"promise-synchronizer": "^3.0.0",
"simple-git": "^2.45.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/mysql": "^2.15.19",
"@types/node": "^16.10.1",
"@types/node-fetch": "^2",
"dts2hx": "^0.16.1"
}
}