-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
33 lines (33 loc) · 975 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": "gametest-api-wrapper",
"version": "1.0.0",
"description": "<!--\r This README.md template was NOT orginally created by me(notbeer)! This is a fork of:\r https://github.com/othneildrew/Best-README-Template\r -->",
"main": "scripts/library/Minecraft.js",
"beapiModule": true,
"module": "./scripts/library/Minecraft.js",
"typings": "./scripts/library/Minecraft.d.ts",
"exports": {
"import": "./scripts/library/Minecraft.js",
"require": "./scripts/library/Minecraft.js"
},
"files": [
"scripts"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notbeer/Gametest-API-Wrapper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/notbeer/Gametest-API-Wrapper/issues"
},
"homepage": "https://github.com/notbeer/Gametest-API-Wrapper#readme",
"dependencies": {
"@types/mojang-minecraft": "^0.1.4",
"typescript": "^4.6.2"
}
}