UNPKG

@rabbit-company/web

Version:
57 lines (56 loc) 1.25 kB
{ "name": "@rabbit-company/web", "version": "0.18.2", "description": "High-performance web framework", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "homepage": "https://github.com/Rabbit-Company/Web-JS", "funding": "https://rabbit-company.com/donation", "author": "Rabbit Company <info@rabbit-company.com>", "license": "MIT", "private": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "scripts": { "build": "cd ../../ && bun run build", "dev": "bun --watch run build", "test": "bun test", "prepublishOnly": "bun run build" }, "files": [ "dist/", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/Rabbit-Company/Web-JS.git", "directory": "packages/core" }, "contributors": [ "Rabbit Company <info@rabbit-company.com> (https://github.com/Rabbit-Company)" ], "bugs": { "url": "https://github.com/Rabbit-Company/Web-JS/issues", "email": "info@rabbit-company.com" }, "keywords": [ "api", "web", "framework", "security", "http", "server", "routing", "middleware" ], "devDependencies": { "@types/bun": "latest", "typescript": "^5.9.3" } }