{
  "name": "@lustre/sdk",
  "version": "4.6.4",
  "repository": "github:parli/typescript-sdk",
  "license": "UNLICENSED",
  "main": "dist/index.js",
  "engines": {
    "node": ">=18.0.0"
  },
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types"
  ],
  "scripts": {
    "clean": "rm -rf dist/ types/",
    "prepublish": "yarn clean && yarn build",
    "build": "tsc",
    "test": "jest",
    "lint": "scripts/lint",
    "fix": "scripts/lint --fix",
    "prepare": "husky install && ts-patch install -s"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.2",
    "@types/jest": "^29.5.3",
    "@types/node": "^18.17.1",
    "@typescript-eslint/eslint-plugin": "^6.3.0",
    "@typescript-eslint/parser": "^6.3.0",
    "codecov": "^3.8.3",
    "eslint": "^8.47.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-jest": "^27.2.3",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-tsdoc": "^0.2.17",
    "husky": "^8.0.3",
    "jest": "^29.6.2",
    "lint-staged": "^13.2.3",
    "msw": "^2.10.4",
    "prettier": "^3.0.1",
    "ts-jest": "^29.1.1",
    "ts-patch": "^3.0.2",
    "type-fest": "^4.3.1",
    "typescript": "~5.1.6",
    "typescript-transform-paths": "^3.4.6"
  },
  "dependencies": {
    "eventemitter3": "^5.0.1"
  }
}
