{
  "name": "@saas-plat/metaschema",
  "version": "1.0.21",
  "description": "一种用javascript语言来定义元数据的模式",
  "main": "lib/index.js",
  "browser": "dist/index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "build": "rm -rf dist && babel lib --out-dir dist --source-maps",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
    "test": "cross-env NODE_ENV=test mocha",
    "test_w": "cross-env NODE_ENV=test DEBUG=saas-plat*,-not_this mocha --watch",
    "test_d": "cross-env NODE_ENV=test DEBUG=saas-plat*,sourced-repo-mongo*,-not_this mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saas-plat/metaschema.git"
  },
  "keywords": [
    "meta",
    "schema"
  ],
  "author": "saas-plat.com",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/saas-plat/metaschema/issues"
  },
  "homepage": "https://github.com/saas-plat/metaschema#readme",
  "dependencies": {
    "automapper": "^1.0.0",
    "jxon": "^2.0.0-beta.5",
    "lodash": "^4.17.19",
    "moment": "^2.20.1"
  },
  "peerDependencies": {
    "i18next": ">=19.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.10.5",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/plugin-proposal-export-default-from": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.10.5",
    "@babel/preset-env": "^7.9.0",
    "@babel/register": "^7.10.5",
    "@babel/runtime": "^7.10.5",
    "babel-eslint": "^10.1.0",
    "chai": "^4.2.0",
    "conventional-changelog-cli": "^2.0.34",
    "cross-env": "^6.0.3",
    "eslint": "^6.8.0",
    "i18next": "^19.6.2",
    "mocha": "^7.1.1"
  }
}
