{
  "name": "core-sdk-js",
  "version": "0.0.1",
  "description": "A SDK boilerplate.",
  "repository": {
    "url": "zzswang/core-sdk-js",
    "type": "git"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "template": "sdk",
  "files": [
    "bin",
    "dist",
    "mock",
    "typings"
  ],
  "config-overrides-path": "node_modules/@36node/sketch/config-overrides",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "typings": "typings/index.d.ts",
  "scripts": {
    "build": "sketch build",
    "format": "prettier --trailing-comma es5 --write 'src/**/*.js'",
    "gen": "swagen sdk ../core/openapi.yml",
    "lint": "sketch lint src",
    "release": "standard-version",
    "start": "bin/mock-server.js",
    "test:int": "sketch test --env=node"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $GIT_PARAMS",
      "pre-commit": "lint-staged",
      "pre-push": "npm run lint && CI=true NODE_ENV=test npm run test"
    }
  },
  "lint-staged": {
    "*.js": [
      "npm run format",
      "git add"
    ]
  },
  "dependencies": {
    "@36node/fetch": "^0.6.0",
    "@36node/query-normalizr": "^0.4.6",
    "commander": "^2.19.0"
  },
  "devDependencies": {
    "@36node/eslint-config": "^0.6.2",
    "@36node/mock-server": "^0.0.9",
    "@36node/sketch": "^0.13.13",
    "@36node/swagen": "^0.13.4",
    "@commitlint/cli": "^7.5.2",
    "@commitlint/config-conventional": "^7.5.0",
    "@types/faker": "^4.1.5",
    "@types/jest": "^24.0.12",
    "faker": "^4.1.0",
    "husky": "^1.3.1",
    "lint-staged": "^8.1.5",
    "moment": "^2.24.0",
    "prettier": "1.17.1",
    "standard-version": "^6.0.1"
  },
  "gitHead": "d43fa43fcdc96d71cfc428377c449253bbd8e062"
}
