{
  "name": "@mobx-form-constructor/core",
  "version": "0.0.1-alpha.24",
  "homepage": "https://mobx-form-constructor.netlify.com",
  "description": "core package",
  "repository": "https://github.com/mobx-form-constructor/core.git",
  "main": "./index.js",
  "module": "./es/index.js",
  "jsnext:main": "./es/index.js",
  "typings": "./index.d.ts",
  "author": "Alex <olefirenk@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build:es": "cross-env tsc --target es5 --module esnext --outDir ./build/es",
    "build:lib": "cross-env tsc --target es5 --module commonjs --outDir ./build",
    "build": "npm run clean && npm run build:es && npm run build:lib && ts-node ./scripts/copyFiles.ts",
    "clean": "rm -rf ./build",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "peerDependencies": {
    "mobx": "^4 || ^5"
  },
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "@types/node": "^12.6.2",
    "cross-env": "^5.2.0",
    "jest": "^24.5.0",
    "mobx": "^5.9.4",
    "prettier": "^1.16.4",
    "ts-jest": "^24.0.1",
    "ts-node": "^8.3.0",
    "tslint": "^5.14.0",
    "typescript": "^3.4.1"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "keywords": [
    "react",
    "bindings",
    "mobx-form",
    "mobx",
    "form",
    "mobx-form-constructor"
  ],
  "dependencies": {
    "fast-deep-equal": "^2.0.1"
  }
}
