-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 914 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
{
"name": "@nerimity/nerimity.js",
"version": "1.8.4",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "tsc"
},
"keywords": [],
"author": "SupertigerDev",
"license": "ISC",
"devDependencies": {
"@types/node-fetch": "^2.6.11",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"eventemitter3": "^5.0.1",
"node-fetch": "^2.7.0",
"socket.io-client": "^4.7.4",
"ws": "^8.18.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nerimity/nerimity.js.git"
},
"bugs": {
"url": "https://github.com/Nerimity/nerimity.js/issues"
},
"homepage": "https://github.com/Nerimity/nerimity.js#readme"
}