-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 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
{
"name": "cute-express",
"version": "1.0.5",
"description": "Cute Express is a custom implementation of the popular Node.js web application framework Express js.",
"main": "",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"keywords": [
"cute-express",
"express",
"framework",
"node",
"web",
"http",
"rest",
"restful",
"router",
"app",
"api"
],
"scripts": {
"test": "jest --watchAll",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs": "concurrently \"vitepress build docs\" \"vitepress preview docs\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/robiulhr/cute-express.git"
},
"author": "Robiul H.",
"license": "MIT",
"bugs": {
"url": "https://github.com/robiulhr/cute-express/issues"
},
"homepage": "https://github.com/robiulhr/cute-express/.github/workflows#readme",
"readme": "README.npm.md",
"devDependencies": {
"concurrently": "^8.2.0",
"jest": "^29.6.2",
"supertest": "^6.3.3",
"vitepress": "^1.0.0-beta.7"
}
}