-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.38 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": "scalability",
"version": "0.3.2",
"description": "",
"main": "./dist/index.js",
"scripts": {
"clean": "rm -rf ./dist/*",
"build": "tsc --build .",
"clean:build": "npm run clean && npm run build",
"watch": "tsc --watch",
"test": "npm update && npm run clean:build && npm update --prefix ./test && npm run clean:build --prefix ./test && npm start --prefix ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faranalytics/scalability.git"
},
"author": "FAR",
"license": "MIT",
"bugs": {
"url": "https://github.com/faranalytics/scalability/issues"
},
"homepage": "https://github.com/faranalytics/scalability#readme",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.11.28",
"eslint": "^8.57.0",
"typescript": "^5.7.2",
"typescript-eslint": "^7.15.0",
"nodemon": "^3.0.1"
},
"dependencies": {
"network-services": "^1.1.0"
},
"keywords": [
"api",
"cluster",
"concurrency",
"hamsters.js",
"http",
"https",
"ipc",
"marshal",
"microservice",
"microservices",
"multithreaded",
"multithreading",
"net",
"parallelism",
"pm2",
"rpc",
"scalable",
"service",
"server",
"tcp",
"thread",
"tls",
"typesafe",
"typescript",
"web",
"worker"
]
}