UNPKG

@msom/http

Version:

@msom/http

45 lines 1.18 kB
{ "$schema": "https://json.schemastore.org/package", "name": "@msom/http", "version": "0.0.10", "description": "@msom/http", "main": "dist/index.js", "module": "dist/index.js", "typings": "dist/types/index.d.ts", "type": "module", "files": [ "dist", "src", "README.md" ], "keywords": [ "msom", "http" ], "author": "msom", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@msom/http": "file:", "@types/body-parser": "^1.19.6", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/mongodb": "^4.0.7", "body-parser": "^2.2.0", "cors": "^2.8.5", "express": "^5.1.0", "mongodb": "^6.18.0", "@msom/common": "^0.0.11" }, "scripts": { "clean": "rimraf dist", "version": "node ../../scripts/version.js", "check": "tsc --noEmit", "build::vite": "pnpm run clean && pnpm run check && vite build -c ../../vite.config.ts", "build": "rimraf dist/types && pnpm run check && xbuild build", "release": "pnpm run build && pnpm run version --patch && pnpm publish --no-git-checks", "dev": "pnpm run --filter=./example dev" } }