UNPKG

zap

Version:

Lightweight HTTP server framework for Node

46 lines (45 loc) 1.11 kB
{ "name": "zap", "version": "2.1.1", "description": "Lightweight HTTP server framework for Node", "repository": { "type": "git", "url": "https://github.com/jacobwgillespie/zap.git" }, "homepage": "https://github.com/jacobwgillespie/zap", "funding": { "type": "GitHub", "url": "https://github.com/sponsors/jacobwgillespie" }, "author": { "name": "Jacob Gillespie", "email": "jacobwgillespie@gmail.com" }, "license": "MIT", "main": "./dist/zap.js", "types": "./dist/zap.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "fmt": "prettier --write .", "fmt:check": "prettier --check .", "type-check": "tsc --noEmit" }, "dependencies": { "content-type": "^1.0.4", "path-to-regexp": "^6.2.0", "raw-body": "^2.5.1" }, "devDependencies": { "@tsconfig/node14": "^1.0.1", "@types/content-type": "^1.1.5", "@types/node": "^16.11.11", "prettier": "^2.5.1", "prettier-plugin-organize-imports": "^2.3.4", "prettier-plugin-pkg": "^0.11.1", "typescript": "^4.6.2" } }