-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.11 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
50
51
52
53
{
"name": "@znci/kelp",
"version": "3.2.1",
"description": "An easy to use, customizable ExpressJS web server.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/znci/kelp.git"
},
"author": "znci",
"license": "MIT",
"bugs": {
"url": "https://github.com/znci/kelp/issues"
},
"homepage": "https://github.com/znci/kelp#readme",
"dependencies": {
"body-parser": "^1.20.2",
"commander": "^12.0.0",
"consola": "^3.2.3",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-handlebars": "^7.1.0",
"meow": "^13.2.0",
"nunjucks": "^3.2.4",
"pug": "^3.0.2",
"yargs": "^17.7.2"
},
"keywords": [
"express",
"web",
"server",
"expressjs",
"webserver",
"kelp",
"znci",
"znci/kelp",
"view engine",
"template engine",
"ejs",
"pug",
"handlebars",
"nunjucks",
"consola",
"cookie-parser"
],
"bin": "cli.js"
}