-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.35 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.35 KB
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
{
"name": "WebApp",
"version": "0.7.6",
"description": "Configuration and mirroring application for netboot.xyz stack",
"main": "app.js",
"scripts": {
"test": "jest --testPathPatterns=unit",
"test:all": "jest",
"test:watch": "jest --watch --testPathPatterns=unit",
"test:coverage": "jest --coverage --testPathPatterns=unit",
"test:integration": "jest --testPathPatterns=integration",
"test:unit": "jest --testPathPatterns=unit",
"test:basic": "jest tests/unit/basic.test.js",
"test:safe": "jest tests/unit/basic.test.js tests/unit/socket-logic.test.js",
"test:debug": "jest --detectOpenHandles --verbose --no-cache",
"test:clean": "jest --clearCache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netbootxyz/webapp.git"
},
"author": "netboot.xyz",
"license": "Apache-2.0",
"homepage": "https://netboot.xyz",
"dependencies": {
"ejs": "3.1.10",
"express": "4.22.1",
"http": "0.0.0",
"isbinaryfile": "5.0.6",
"js-yaml": "4.1.1",
"node-downloader-helper": "2.1.9",
"readdirp": "3.6.0",
"node-fetch": "2.7.0",
"socket.io": "4.8.3",
"systeminformation": "5.31.4"
},
"devDependencies": {
"jest": "^30.0.0",
"supertest": "^7.0.0",
"socket.io-client": "^4.8.1",
"nock": "^14.0.0",
"@types/jest": "^30.0.0",
"mock-fs": "^5.2.0"
}
}