-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
41 lines (41 loc) · 1.05 KB
/
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
{
"name": "friend-connect",
"version": "0.7.5",
"description": "",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"test": "node --es-module-specifier-resolution=node --experimental-fetch ./test/index.js",
"test-n-build": "npm run build && npm run test",
"publish": "npm run build && npm publish --access public",
"start": "node --es-module-specifier-resolution=node --experimental-fetch ./index.js"
},
"author": "minerj101",
"license": "MIT",
"dependencies": {
"bedrock-protocol": "^3.39.0",
"dotenv": "^16.4.5",
"prismarine-auth": "^1.7.0",
"query-string": "^7.1.3",
"unirest": "^0.6.0",
"websocket": "^1.0.34"
},
"repository": "https://github.com/minerj101/FriendConnect",
"keywords": [
"bedrock",
"mcpe",
"mcbe",
"geyser",
"minecraft",
"java",
"friend-connect"
],
"devDependencies": {
"@types/node": "^18.0.0",
"@types/websocket": "^1.0.5",
"friend-connect": "^0.7.6",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}