-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 938 Bytes
/
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
{
"name": "folio",
"version": "3.0.2",
"description": "Kanttiinit without JavaScript.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"develop": "nodemon -e js,twig index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kanttiinit/folio.git"
},
"author": "bodyflex <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kanttiinit/folio/issues"
},
"engines": {
"node": "^16.10.0"
},
"homepage": "https://github.com/Kanttiinit/folio#readme",
"dependencies": {
"@sindresorhus/slugify": "^0.3.0",
"dotenv": "^8.2.0",
"express": "^4.15.4",
"express-minify-html": "^0.12.0",
"graphql-request": "^1.8.2",
"moment": "^2.18.1",
"twig": "^1.10.5",
"universal-analytics": "^0.4.15"
},
"devDependencies": {
"nodemon": "^1.18.4"
}
}