UNPKG

@moostjs/event-http

Version:
56 lines 1.26 kB
{ "name": "@moostjs/event-http", "version": "0.6.34", "description": "@moostjs/event-http", "keywords": [ "composables", "framework", "moost", "moostjs", "prostojs", "wooksjs" ], "homepage": "https://github.com/moostjs/moostjs/tree/main/packages/event-http#readme", "bugs": { "url": "https://github.com/moostjs/moostjs/issues" }, "license": "MIT", "author": "Artem Maltsev", "repository": { "type": "git", "url": "git+https://github.com/moostjs/moostjs.git", "directory": "packages/event-http" }, "files": [ "dist" ], "type": "module", "sideEffects": false, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "dependencies": { "@wooksjs/event-http": "^0.7.21", "@wooksjs/http-body": "^0.7.21" }, "devDependencies": { "vitest": "3.2.4" }, "peerDependencies": { "@prostojs/infact": "^0.5.0", "@wooksjs/event-core": "^0.7.21", "moost": "^0.6.34" }, "scripts": { "pub": "pnpm publish --access public", "test": "vitest" } }