-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "@novice1/socket",
"private": false,
"version": "0.4.3",
"description": "",
"main": "lib/index.js",
"homepage": "https://kisiwu.github.io/novice-socket/latest/",
"repository": {
"type": "git",
"url": "https://github.com/kisiwu/novice-socket.git"
},
"scripts": {
"doc": "typedoc",
"build": "tsc",
"lint": "eslint src/**/*.ts",
"test": "kaukau --require ts-node/register --config kaukau-config-src.json",
"testlib": "kaukau --config kaukau-config-lib.json"
},
"author": "demingongo",
"license": "MIT",
"dependencies": {
"array-flatten": "^3.0.0",
"socket.io": "^4.8.0",
"socket.io-adapter": "^2.5.5",
"tslib": "^2.7.0"
},
"devDependencies": {
"@types/chai": "^4.3.12",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^8.57.0",
"express": "^4.21.1",
"kaukau": "^3.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.26.8",
"typescript": "^5.6.2"
}
}