stateworks
Version:
Composable stateful objects
25 lines (24 loc) • 490 B
JSON
{
"name": "stateworks",
"version": "3.1.1",
"description": "Composable stateful objects",
"keywords": [
"stateful"
],
"homepage": "https://github.com/Kiruse/node-stateworks",
"issues": "https://github.com/Kiruse/node-stateworks/issues",
"license": "MIT",
"author": "Kiruse",
"main": "index",
"engines": {
"node": ">4.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.1"
},
"repository": "github:Kiruse/node-stateworks",
"scripts": {
"test": "mocha"
}
}