UNPKG

@nodearch/express

Version:
50 lines 1.13 kB
{ "name": "@nodearch/express", "version": "2.1.2", "description": "nodearch express server", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "type": "module", "engines": { "node": ">=16" }, "repository": { "type": "git", "url": "git+https://github.com/nodearch/nodearch.git" }, "keywords": [ "nodearch", "nodearch-express", "express" ], "author": "https://github.com/AhmedAli7O1", "license": "MIT", "bugs": { "url": "https://github.com/nodearch/nodearch/issues", "email": "bluemax7o1@gmail.com" }, "devDependencies": { "@nodearch/core": "^2.2.2", "@nodearch/openapi": "^1.1.2", "@types/express": "^5.0.0", "@types/body-parser": "^1.19.5", "express": "^4.21.2", "@types/node": "^22.10.10", "rimraf": "^6.0.1", "typescript": "^5.7.3" }, "peerDependencies": { "@nodearch/core": "^2.2.2", "@nodearch/openapi": "^1.1.2", "express": "^4.x.x", "reflect-metadata": "^0.x.x" }, "scripts": { "build": "rimraf ./dist/ && tsc", "build:watch": "tsc" } }