-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 816 Bytes
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
{
"name": "homenetworkadminapi",
"version": "1.0.0",
"description": "Backend API for Home Network Admin.",
"main": "build/index.js",
"scripts": {
"tsc": "./node_modules/typescript/bin/tsc",
"test": "npm run tsc && node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidcooper1/HomeNetworkAdminAPI.git"
},
"author": "David Cooper",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/davidcooper1/HomeNetworkAdminAPI/issues"
},
"homepage": "https://github.com/davidcooper1/HomeNetworkAdminAPI#readme",
"dependencies": {
"express": "^4.17.1",
"netgear": "^4.1.0",
"pcap": "^3.1.0",
"rxjs": "^6.5.5",
"socket.io": "^2.3.0"
},
"devDependencies": {
"@types/socket.io": "^2.1.8",
"typescript": "^3.9.5"
}
}