UNPKG

aroma.js

Version:

A lightweight, feature-rich, and developer-friendly web framework to build modern applications with ease.

57 lines (56 loc) 1.22 kB
{ "name": "aroma.js", "version": "1.1.5", "description": "A lightweight, feature-rich, and developer-friendly web framework to build modern applications with ease.", "scripts": { "test": "node test/test-all.js" }, "bin": { "aroma": "./bin/aroma.js" }, "types": "types/index.d.ts", "repository": { "type": "git", "url": "https://github.com/aaveshdev/aroma.js.git" }, "homepage": "https://aroma.js.org/", "exports": { "import": "./aroma.mjs", "require": "./aroma.cjs" }, "keywords": [ "web", "framework", "aroma.js", "middleware", "sessions", "routing", "template-engine", "static-files", "rate-limiting", "logger", "error-handling", "security", "cors", "compression", "cookies", "lightweight", "developer-friendly", "modern", "nodejs", "http" ], "author": "Aavesh Jilani <aavesh@dragon-lang.org>", "license": "MIT", "overrides": { "serialize-javascript": "^7.0.5", "diff": "^8.0.3" }, "dependencies": { "fast-querystring": "^1.1.2", "qs": "^6.10.5" }, "devDependencies": { "mocha": "^11.3.0" } }