{
  "name": "formstate",
  "version": "2.1.0",
  "description": "Painless and simple MobX form management",
  "main": "./lib/index.js",
  "typings": "./lib/index",
  "scripts": {
    "tsc:build": "tsc -p .",
    "test:build": "mocha ./lib/tests/**/*.js",
    "demos:build": "eze ./src/scripts/demos.ts",
    "docs:build": "echo 'docute needs no build'",
    "tsc:start": "tsc -p . -w --preserveWatchOutput",
    "test:start": "mocha ./lib/tests/**/*.js --watch",
    "demos:start": "npm run demos:build -- --serve",
    "docs:start": "docute ./demo",
    "build": "npm run tsc:build && npm run test:build && npm run demos:build && npm run docs:build",
    "start": "npm run tsc:build && concurrently \"npm run tsc:start\" \"npm run test:start\" \"npm run demos:start\" \"npm run docs:start\"",
    "preversion": "npm run build",
    "postversion": "git push --follow-tags && npm publish",
    "publishdocs": "ts-node ./src/scripts/publishdocs.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formstate/formstate.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/formstate/formstate/issues"
  },
  "homepage": "https://github.com/formstate/formstate#readme",
  "peerDependencies": {
    "mobx": ">=6.0.0"
  },
  "dependencies": {},
  "devDependencies": {
    "@material-ui/core": "4.12.4",
    "@types/fs-extra": "8.0.0",
    "@types/mocha": "5.2.6",
    "@types/node": "12.7.4",
    "@types/react": "18.0.15",
    "@types/react-dom": "18.0.6",
    "concurrently": "4.1.2",
    "csstips": "1.1.0",
    "docute-cli": "0.6.0",
    "eze": "0.12.0",
    "fs-extra": "8.1.0",
    "gh-pages": "2.1.1",
    "mobx": "6.0.1",
    "mobx-react": "7.0.0",
    "mocha": "6.2.0",
    "moment": "2.24.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "starts": "0.8.0",
    "ts-node": "8.3.0",
    "typescript": "4.0.3",
    "typestyle": "2.0.4"
  }
}
