{
	"name": "mobx-subscribe_action",
	"version": "0.0.0",
	"description": "Subscribe to an action",
	"license": "MIT",
	"repository": "YeasterEgg/mobx-subscribe_action",
	"author": {
		"name": "Yeasteregg",
		"email": "l.d.mattiazzi@gmail.com",
		"url": "https://grokked.it"
	},
	"engines": {
		"node": ">=6"
	},
	"scripts": {
		"start": "webpack-serve",
		"build": "webpack --mode production"
	},
	"main": "dist/index.js",
	"files": [
		"dist/"
	],
	"types": "dist/index.d.ts",
	"keywords": [
		"mobx",
		"mst"
	],
	"dependencies": {
		"mobx": "^5.9.0",
		"mobx-state-tree": "^3.10.2"
	},
	"devDependencies": {
		"@types/node": "^11.9.5",
		"typescript": "^3.3.3333"
	}
}
