-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"name": "phone-compare",
"description": "Phone comparision RESTful tools",
"main": "src/index.js",
"type": "module",
"engines": {
"node": ">=20.14"
},
"scripts": {
"start": "node src/index.js",
"test": "DATA_DIR=$(mktemp -d) c8 mocha",
"int-test": "sleep 10s; mocha int-test/",
"xo": "xo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superflyxxi/phone-compare.git"
},
"author": "SuperFlyXXI",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/superflyxxi/phone-compare/issues"
},
"homepage": "https://github.com/superflyxxi/phone-compare#readme",
"dependencies": {
"axios": "1",
"express": "4",
"express-async-handler": "1",
"jsdom": "25",
"lodash": "4",
"morgan": "1",
"node-cache": "5",
"swagger-jsdoc": "6",
"swagger-ui-express": "5",
"uuid": "11",
"validate.js": "0"
},
"devDependencies": {
"@semantic-release/exec": "7",
"c8": "10",
"chai": "5",
"chai-almost": "1",
"chai-http": "5",
"mocha": "11",
"mocha-junit-reporter": "2",
"nock": "13",
"xo": "0"
}
}