UNPKG

bajo

Version:

The ultimate framework for whipping up massive apps in no time

50 lines (49 loc) 1.22 kB
{ "name": "bajo", "version": "2.14.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" } }