-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 1.74 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "batara",
"version": "0.0.20",
"description": "Javascript framework for laravel users",
"main": "dist/index.js",
"scripts": {
"dev": "node node_modules/nodemon/bin/nodemon.js",
"build": "tsc --project tsconfig.build.json",
"test": "jest --coverage --verbose",
"test:watch": "jest --watch"
},
"keywords": [
"framework",
"backend",
"express",
"scaffolding",
"boilerplate",
"like",
"laravel",
"structure",
"nodejs",
"javascript",
"typescript",
"js",
"ts"
],
"author": "Raka Suryaardi Widjaja <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/idaman-id/batara/issues"
},
"homepage": "https://github.com/idaman-id/batara",
"engines": {
"node": ">= 6.0.0"
},
"dependencies": {
"express": "^4.17.1",
"express-locale": "^2.0.0",
"express-validator": "^6.10.0",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"node-polyglot": "^2.4.0",
"rotating-file-stream": "^2.1.5"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/express-locale": "^2.0.1",
"@types/jest": "^26.0.24",
"@types/morgan": "^1.9.3",
"@types/node": "^15.14.1",
"@types/node-polyglot": "^2.4.2",
"jest": "^27.0.6",
"nodemon": "2.0.7",
"supertest": "^4.0.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
},
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idaman-id/batara.git"
},
"tags": [
"framework",
"backend",
"express",
"scaffolding",
"boilerplate",
"like",
"laravel",
"structure",
"nodejs",
"javascript",
"typescript",
"js",
"ts"
]
}