UNPKG

@wooksjs/http-body

Version:
52 lines 1.12 kB
{ "name": "@wooksjs/http-body", "version": "0.6.2", "description": "@wooksjs/http-body", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { "./package.json": "./package.json", ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "repository": { "type": "git", "url": "git+https://github.com/wooksjs/wooksjs.git", "directory": "packages/http-body" }, "keywords": [ "http", "wooks", "composables", "web", "framework", "app", "api", "rest", "restful", "prostojs" ], "author": "Artem Maltsev", "license": "MIT", "bugs": { "url": "https://github.com/wooksjs/wooksjs/issues" }, "homepage": "https://github.com/wooksjs/wooksjs/tree/main/packages/http-body#readme", "peerDependencies": { "@wooksjs/event-http": "^0.6.2" }, "devDependencies": { "typescript": "^5.8.3", "vitest": "^3.2.4" }, "scripts": { "build": "rolldown -c ../../rolldown.config.mjs" } }