UNPKG

moost

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