UNPKG

bajo

Version:

A framework to build a giant monstrous app rapidly

57 lines (56 loc) 1.4 kB
{ "name": "bajo", "version": "1.2.5", "description": "A framework to build a giant monstrous app rapidly", "main": "boot/index.js", "scripts": { "build-doc": "jsdoc -c .jsdoc.conf.json", "test": "mocha" }, "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.1.4", "dayjs": "^1.11.13", "deep-freeze-strict": "^1.1.1", "delay": "^6.0.0", "dotenv": "^16.4.7", "dotenv-parse-variables": "^2.0.0", "empty-dir": "^3.0.0", "fast-glob": "^3.3.3", "flat": "^6.0.1", "fs-extra": "^11.2.0", "get-global-path": "^0.0.1", "lodash": "^4.17.21", "ms": "^2.1.3", "nanoid": "^5.0.9", "omit-deep": "^0.3.0", "ora": "^8.1.1", "outmatch": "^1.0.0", "semver": "^7.6.3", "sprintf-js": "^1.1.3", "yargs": "^17.7.2" }, "devDependencies": { "@faker-js/faker": "^8.0.2", "chai": "^4.3.7", "clean-jsdoc-theme": "^4.2.7", "sinon": "^15.1.2" } }