{
	"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"
	}
}
