@moostjs/event-wf
Version:
56 lines • 1.27 kB
JSON
{
"name": "@moostjs/event-wf",
"version": "0.5.29",
"description": "@moostjs/event-wf",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"sideEffects": false,
"type": "module",
"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/event-wf"
},
"keywords": [
"moost",
"moostjs",
"composables",
"framework",
"wooksjs",
"prostojs"
],
"author": "Artem Maltsev",
"license": "MIT",
"bugs": {
"url": "https://github.com/moostjs/moostjs/issues"
},
"dependencies": {
"@prostojs/infact": "^0.3.3",
"@prostojs/mate": "^0.3.3",
"@prostojs/wf": "^0.0.18",
"@wooksjs/event-core": "^0.6.0",
"@wooksjs/event-wf": "^0.6.0",
"wooks": "^0.6.0",
"moost": "^0.5.29"
},
"homepage": "https://github.com/moostjs/moostjs/tree/main/packages/event-wf#readme",
"devDependencies": {
"vitest": "^3.0.5"
},
"scripts": {
"pub": "pnpm publish --access public",
"test": "vitest"
}
}