-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "corsmirror",
"version": "1.1.1",
"author": "Mark <[email protected]>",
"main": "bin/www",
"scripts": {
"start": "NODE_ENV=production node bin/www",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"dev": "nodemon bin/www"
},
"dependencies": {
"content-type": "1.0.5",
"cors": "2.8.5",
"debug": "4.4.0",
"dotenv": "16.4.7",
"express": "4.21.2",
"hbs": "4.2.0",
"highlight.js": "11.11.1",
"marked": "15.0.4",
"marked-highlight": "2.2.1",
"morgan": "1.10.0",
"request": "2.88.2"
},
"devDependencies": {
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"eslint": "9.17.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.14.0",
"jest": "29.7.0",
"nock": "13.5.6",
"nodemon": "3.1.9",
"prettier": "3.4.2",
"supertest": "7.0.0"
},
"engines": {
"node": ">=18",
"npm": ">=8.6"
},
"private": true,
"license": "MIT"
}