UNPKG

@oxog/spark

Version:

Ultra-fast, zero-dependency Node.js web framework with security hardening, memory leak protection, and enhanced error handling

62 lines 1.28 kB
{ "name": "@oxog/spark", "version": "1.1.0", "description": "Ultra-fast, zero-dependency Node.js web framework with security hardening, memory leak protection, and enhanced error handling", "main": "index.js", "types": "types/index.d.ts", "engines": { "node": ">=14.0.0" }, "scripts": { "test": "node tests/run-all-tests.js" }, "keywords": [ "spark", "api", "framework", "rest", "http", "server", "web", "app", "middleware", "router", "zero-dependency", "fast", "secure", "lightweight", "performance", "typescript", "security", "memory-safe", "error-handling", "redos-protection", "path-traversal-protection", "header-injection-protection" ], "author": "Ersin Koç", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ersinkoc/spark.git" }, "bugs": { "url": "https://github.com/ersinkoc/spark/issues" }, "homepage": "https://github.com/ersinkoc/spark#readme", "files": [ "src/", "types/", "dist/", "README.md", "LICENSE", "CHANGELOG.md" ], "exports": { ".": { "import": "./src/index.js", "require": "./src/index.js" }, "./package.json": "./package.json" } }