UNPKG

waw

Version:

**waw** is a minimal Node.js (≥ 24) platform that loads **modules** and either:

43 lines (42 loc) 660 B
{ "name": "waw", "version": "26.1.0", "license": "MIT", "repository": "WebArtWork/waw", "author": { "name": "Honchar Denys", "email": "crackeraki@gmail.com", "url": "https://github.com/CrackerakiUA" }, "engines": { "node": ">=24" }, "main": "./index.js", "bin": { "waw": "index.js" }, "dependencies": { "nodemon": "3.1.11", "pm2": "^6.0.14" }, "keywords": [ "waw", "framework", "nodejs", "cli", "modular", "modules", "plugin", "scaffold", "generator", "backend", "fullstack", "express", "socket.io", "realtime", "mongodb", "mongoose", "api", "rest" ] }