waibu-mpa
Version:
MPA support for Waibu Framework
42 lines (41 loc) • 900 B
JSON
{
"name": "waibu-mpa",
"version": "1.2.3",
"description": "MPA support for Waibu Framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"bajo": {
"type": "plugin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ardhi/waibu-mpa.git"
},
"keywords": [
"mpa",
"waibu",
"web",
"webserver",
"bajo",
"framework",
"fastify",
"modular"
],
"author": "Ardhi Lukianto <ardhi@lukianto.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ardhi/waibu-mpa/issues"
},
"homepage": "https://github.com/ardhi/waibu-mpa#readme",
"dependencies": {
"csvjson-json2csv": "^1.0.3",
"html-minifier-terser": "^7.2.0",
"node-emoji": "^2.1.3",
"prettier": "^3.3.3",
"purecss": "^3.0.0",
"string-strip-html": "^13.4.8"
}
}