-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 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
43
44
45
46
47
48
49
50
{
"name": "minecraft.js",
"version": "0.1.0",
"description": "A complete library for managing Minecraft installations, modpacks, and running instances",
"main": "lib/index.js",
"directories": {
"lib": "src",
"test": "test"
},
"scripts": {
"build": "tsc",
"test": "mocha -r node_modules/ts-node/register ./test/**/*.spec.ts --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DLii-Technologies/minecraft.js.git"
},
"keywords": [
"minecraft",
"js"
],
"author": "David Ludwig",
"license": "MIT",
"bugs": {
"url": "https://github.com/DLii-Technologies/minecraft.js/issues"
},
"homepage": "https://github.com/DLii-Technologies/minecraft.js#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/dotenv": "^6.1.0",
"@types/form-data": "^2.2.1",
"@types/got": "^9.2.0",
"@types/jsonfile": "^4.0.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.10",
"@types/underscore": "^1.8.9",
"async": "^2.6.1",
"chai": "^4.2.0",
"dotenv": "^6.1.0",
"find-java-home": "^0.2.0",
"form-data": "^2.3.3",
"fs-jetpack": "^2.2.0",
"got": "^9.3.2",
"jsonfile": "^5.0.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"typescript": "^3.1.6",
"underscore": "^1.9.1"
}
}