-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 KB
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": "bajo",
"version": "2.11.1",
"description": "The ultimate framework for whipping up massive apps in no time",
"main": "index.js",
"scripts": {
"build-doc": "jsdoc -c .jsdoc.conf.json",
"test": "mocha --recursive"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ardhi/bajo.git"
},
"keywords": [
"bajo",
"modular",
"nodejs",
"monolith"
],
"author": "Ardhi Lukianto <ardhi@lukianto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ardhi/bajo/issues"
},
"homepage": "https://github.com/ardhi/bajo#readme",
"dependencies": {
"add-filename-increment": "^1.0.0",
"aneka": "^0.13.1",
"chalk": "^5.6.0",
"dayjs": "^1.11.13",
"deep-freeze-strict": "^1.1.1",
"delay": "^6.0.0",
"empty-dir": "^3.0.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.1",
"get-global-path": "^0.0.1",
"lodash": "^4.17.21",
"omit-deep": "^0.3.0",
"ora": "^8.2.0",
"outmatch": "^1.0.0",
"semver": "^7.7.2"
},
"devDependencies": {
"chai": "^6.2.1",
"clean-jsdoc-theme": "^4.3.0",
"docdash": "^2.0.2"
}
}