{
  "name": "data-scheme",
  "version": "0.7.3",
  "description": "Data Model framework based on ECMAScript Decorator proposal",
  "keywords": [
    "data",
    "scheme",
    "schema",
    "model",
    "framework",
    "ecmascript",
    "decorator"
  ],
  "author": "shiy2008@gmail.com",
  "license": "LGPL-3.0",
  "homepage": "https://tech-query.me/DataScheme/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TechQuery/DataScheme.git"
  },
  "bugs": {
    "url": "https://github.com/TechQuery/DataScheme/issues"
  },
  "main": "dist/data-scheme.min.js",
  "module": "source/index.js",
  "engines": {
    "node": "^6.3.0"
  },
  "scripts": {
    "lint": "eslint source/ test/ --fix",
    "test": "mocha --exit",
    "debug": "mocha --inspect-brk",
    "pack": "amd-bundle source/index dist/data-scheme -m",
    "build": "npm run lint  &&  npm test  &&  npm run pack  &&  esdoc",
    "start": "esdoc  &&  web-server docs/ -o",
    "prepublishOnly": "npm run build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run build  &&  git add ."
    }
  },
  "peerDependencies": {
    "@babel/polyfill": "^7.2.5"
  },
  "devDependencies": {
    "@babel/plugin-proposal-decorators": "^7.3.0",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.3.4",
    "@babel/register": "^7.0.0",
    "amd-bundle": "^1.7.7",
    "babel-eslint": "^10.0.1",
    "esdoc": "^1.1.0",
    "esdoc-ecmascript-proposal-plugin": "^1.0.0",
    "esdoc-standard-plugin": "^1.0.0",
    "eslint": "^5.15.1",
    "husky": "^1.3.1",
    "koapache": "^1.0.6",
    "mocha": "^6.0.2",
    "should": "^13.2.3",
    "should-sinon": "0.0.6",
    "sinon": "^7.2.7"
  },
  "babel": {
    "presets": [
      "@babel/preset-env"
    ],
    "plugins": [
      [
        "@babel/plugin-proposal-decorators",
        {
          "decoratorsBeforeExport": true
        }
      ]
    ]
  }
}
