-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
49 lines (49 loc) · 1.15 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": "megumin.love",
"version": "9.0.2",
"description": "Fansite about best girl Megumin from the anime called 'Kono Subarashii Sekai ni Shukufuku wo!'",
"main": "src/server.js",
"dependencies": {
"chalk": "^4.1.2",
"date-fns": "^2.23.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"helmet": "^4.6.0",
"multer": "^1.4.3",
"node-schedule": "^2.0.0",
"sqlite3": "^5.0.2",
"ws": "^8.2.1"
},
"devDependencies": {
"@node-minify/clean-css": "^6.2.0",
"@node-minify/core": "^6.2.0",
"@node-minify/uglify-es": "^6.2.0",
"eslint": "^7.32.0",
"htmlhint": "^0.15.1"
},
"scripts": {
"test": "eslint src/server.js src/resources/js && htmlhint src/pages",
"minify": "node scripts/minifyAssets.js",
"setup": "npm install && npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robflop/megumin.love.git"
},
"keywords": [
"megumin",
"konosuba",
"anime",
"soundboard",
"node"
],
"author": "robflop",
"license": "MIT",
"bugs": {
"url": "https://github.com/robflop/megumin.love/issues"
},
"homepage": "https://github.com/robflop/megumin.love#readme",
"engines": {
"node": ">=10.0.0"
}
}