@routup/body
Version:
Body plugin for routup.
71 lines (70 loc) • 2.01 kB
JSON
{
"name": "@routup/body",
"version": "2.4.3",
"description": "Body plugin for routup.",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
"build:js": "rollup -c",
"build": "rimraf ./dist && cross-env NODE_ENV=production npm run build:js && npm run build:types",
"test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",
"test:coverage": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --coverage",
"lint": "eslint --ext .js,.ts ./src",
"lint:fix": "npm run lint -- --fix"
},
"author": {
"name": "Peter Placzek",
"email": "contact@tada5hi.net",
"url": "https://github.com/tada5hi"
},
"license": "MIT",
"keywords": [
"body",
"api",
"rest",
"http",
"router",
"api-router",
"route",
"routing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/routup/plugins.git",
"directory": "packages/cookie"
},
"bugs": {
"url": "https://github.com/routup/plugins/issues"
},
"homepage": "https://github.com/routup/plugins#readme",
"peerDependencies": {
"routup": "^4.0.1"
},
"dependencies": {
"@types/body-parser": "^1.19.5",
"body-parser": "^2.2.0",
"smob": "^1.4.0"
},
"devDependencies": {
"@types/supertest": "^6.0.2",
"routup": "^4.0.1",
"supertest": "^7.1.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "94d729e309c1eec0401afb4d8083f65ce3aa8e0b"
}