{
  "name": "fx-schema-form-core",
  "version": "3.1.11",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/typings/index.d.ts",
  "pre-commit": [
    "lint",
    "test"
  ],
  "scripts": {
    "dist": "NODE_ENV=production webpack;",
    "dev": "NODE_ENV=dev webpack",
    "start": "NODE_ENV=dev webpack -w",
    "build": "npm run dist;npm run dev;",
    "libs": "rm -rf libs;tsc --outDir libs -d",
    "watch": "rm -rf libs;tsc --outDir libs -d -w",
    "test": "mocha ./tests/**/*.spec.js --require babel-register"
  },
  "repository": {
    "type": "http",
    "url": "https://github.com/nick121212/fx-schema-form/tree/3.0/packages/fx-schema-form-core"
  },
  "author": "NICK",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/json-schema": "^6.0.0",
    "@types/mocha": "^2.2.47",
    "@types/node": "^8.5.9",
    "ajv": "^5.2.2",
    "awesome-typescript-loader": "^3.4.1",
    "babel": "^6.23.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-register": "^6.26.0",
    "babel-runtime": "^6.26.0",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.16.0",
    "flavortown": "0.0.0",
    "html-webpack-plugin": "^2.30.1",
    "mocha": "^5.0.0",
    "mocha-lcov-reporter": "^1.3.0",
    "ts-loader": "^3.1.1",
    "tslib": "^1.8.0",
    "tslint": "^5.9.1",
    "tslint-loader": "^3.5.3",
    "typescript": "^2.6.2",
    "uglifyjs-webpack-plugin": "^1.2.2",
    "webpack": "^3.10.0"
  }
}
