{
  "name": "@chuxingpay/hc-faas-base",
  "version": "2.0.4",
  "description": "FuXun Hotel Connector Base Objects",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"src/**/*.(ts|js)\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "version": "rm -rf ./lib && npm run format && npm run build && git add -A src lib",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git@code.chuxingpay.cn:hotelconnector/hc-faas-base.git"
  },
  "keywords": [
    "FuXun",
    "Hotel",
    "Connector",
    "Mongoose",
    "DTO",
    "SCHEMA"
  ],
  "author": "chuxingpay",
  "license": "MIT",
  "devDependencies": {
    "@types/lodash": "^4.14.159",
    "mongoose": "^5.11.12",
    "prettier": "2.0.5",
    "tslint": "6.1.3",
    "tslint-config-prettier": "1.18.0",
    "typescript": "3.9.7"
  },
  "dependencies": {
    "fast-deep-equal": "^3.1.3",
    "got": "^11.5.2",
    "lodash": "^4.17.19"
  }
}
