-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.3 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "socketnaut",
"version": "1.5.3",
"description": "",
"main": "./dist/index.js",
"scripts": {
"build": "tsc --build .",
"clean": "rm -rf ./dist/*",
"clean:build": "npm run clean && npm run build",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faranalytics/socketnaut.git"
},
"author": "FAR",
"license": "MIT",
"bugs": {
"url": "https://github.com/faranalytics/socketnaut/issues"
},
"homepage": "https://github.com/faranalytics/socketnaut#readme",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.57.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0"
},
"dependencies": {
"port_agent": "^1.0.0",
"streams-logger": "^1.4.0"
},
"engines": {
"node": ">=18.1.0"
},
"keywords": [
"api",
"cluster",
"concurrency",
"express",
"fastify",
"framework",
"hamsters.js",
"hapi",
"http",
"https",
"koa",
"multithreaded",
"multithreading",
"parallelism",
"pm2",
"proxy",
"router",
"scalable",
"server",
"thread",
"web",
"worker"
]
}