{
	"name": "@chasemoskal/snapstate",
	"version": "0.0.9",
	"description": "tiny robust state management",
	"license": "MIT",
	"author": "Chase Moskal <chasemoskal@gmail.com>",
	"type": "module",
	"main": "x/snapstate.js",
	"files": [
		"x",
		"s"
	],
	"scripts": {
		"build": "run-s clean compile test",
		"clean": "rimraf x && mkdirp x",
		"compile": "tsc",
		"watch": "npm run compile -s -- --watch",
		"test": "cynic node x/tests.test.js",
		"test-debug": "node inspect node_modules/cynic/dist/cli.js node x/tests.test.js"
	},
	"devDependencies": {
		"cynic": "^0.2.0",
		"mkdirp": "^1.0.4",
		"npm-run-all": "^4.1.5",
		"rimraf": "^3.0.2",
		"typescript": "^4.9.4"
	},
	"keywords": [
		"state",
		"state-management"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/chase-moskal/snapstate.git"
	},
	"bugs": {
		"url": "https://github.com/chase-moskal/snapstate/issues"
	},
	"homepage": "https://github.com/chase-moskal/snapstate#readme"
}
