@moostjs/event-wf
Version:
58 lines • 1.3 kB
JSON
{
"name": "@moostjs/event-wf",
"version": "0.6.31",
"description": "@moostjs/event-wf",
"keywords": [
"composables",
"framework",
"moost",
"moostjs",
"prostojs",
"wooksjs"
],
"homepage": "https://github.com/moostjs/moostjs/tree/main/packages/event-wf#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-wf"
},
"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": {
"@prostojs/wf": "^0.2.1",
"@wooksjs/event-wf": "^0.7.20"
},
"devDependencies": {
"vitest": "3.2.4"
},
"peerDependencies": {
"@prostojs/infact": "^0.4.1",
"@prostojs/mate": "^0.4.0",
"@wooksjs/event-core": "^0.7.20",
"wooks": "^0.7.20",
"moost": "^0.6.31"
},
"scripts": {
"pub": "pnpm publish --access public",
"test": "vitest"
}
}