{
  "version": "0.8.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "$CARBON_CARBON_BASE_URL $ALL_PERMS_TOKEN $NO_PERMS_TOKEN tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build"
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "meshify-carbon-client",
  "author": "John Detlefs",
  "module": "dist/carbon-client.esm.js",
  "devDependencies": {
    "husky": "^4.2.5",
    "intermock": "^0.2.2",
    "tsdx": "^0.14.0",
    "tslib": "^2.0.1",
    "type-fest": "^0.16.0",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "es6-promise": "^4.2.8",
    "isomorphic-fetch": "^2.2.1"
  }
}
