-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.29 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
{
"name": "network-services",
"version": "1.1.10",
"description": "",
"main": "./dist/index.js",
"scripts": {
"test": "npm run clean:build && npm install --prefix ./tests/test && npm run clean:build --prefix ./tests/test && npm start --prefix ./tests/test",
"clean": "rm -rf ./dist/*",
"build": "tsc --build .",
"clean:build": "npm run clean && npm run build",
"watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faranalytics/network-services.git"
},
"author": "FAR",
"license": "MIT",
"bugs": {
"url": "https://github.com/faranalytics/network-services/issues"
},
"homepage": "https://github.com/faranalytics/network-services#readme",
"engines": {
"npm": ">=10.2.3",
"node": ">=18.20.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"nodemon": "^3.0.1",
"@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"
},
"keywords": [
"api",
"ipc",
"marshal",
"microservice",
"microservices",
"net",
"rpc",
"service",
"tcp",
"tls",
"typesafe",
"typescript"
]
}