{
  "name": "@raydiant/api-client-js",
  "version": "0.12.4",
  "main": "./build/index.js",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "tsc": "tsc -p tsconfig.json",
    "lint": "eslint ./src/**/*.ts",
    "deploy": "sh tasks/npm-publish.sh",
    "encryptenv": "jet encrypt --key-path=mirainc_raydiant-api-client-js.aes deploy.env deploy.env.encrypted",
    "decryptenv": "jet decrypt --key-path=mirainc_raydiant-api-client-js.aes deploy.env.encrypted deploy.env"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@types/node": "^14.10.0",
    "@typescript-eslint/eslint-plugin": "^4.1.0",
    "@typescript-eslint/parser": "^4.1.0",
    "eslint": "^7.2.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "fs-extra": "^9.0.1",
    "husky": ">=4",
    "lint-staged": ">=10",
    "prettier": "^2.0.5",
    "typescript": "^4.9.5"
  },
  "staticFiles": {
    "staticPath": [
      "public"
    ],
    "watcherGlob": "**"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts,tsx,json,css,md}": "prettier --write"
  },
  "files": [
    "src/**/*",
    "build/**/*"
  ],
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
