UNPKG

aroma.js

Version:

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

39 lines (38 loc) 813 B
{ "name": "aroma.js", "version": "1.1.1", "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" }, "exports": { "import": "./aroma.mjs", "require": "./aroma.cjs" }, "keywords": [ "web", "framework", "aroma.js", "middleware", "sessions", "routing", "cookies" ], "author": "Aavesh Jilani <aavesh@dragon-lang.org>", "license": "MIT", "dependencies": { "fast-querystring": "^1.1.2", "qs": "^6.10.5" }, "devDependencies": { "mocha": "^10.2.0" } }