{
  "name": "{{PACKAGE_NAME}}",
  "author": "ThalorLabs",
  "private": false,
  "version": "1.0.0",
  "description": "Provider adapter for {{NAME}}",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "build": "tsc",
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run build",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\""
  },
  "devDependencies": {
    "@thalorlabs/eslint-plugin-dev-config": "^2.0.0",
    "@types/node": "^25.0.0",
    "prettier": "^3.0.0",
    "rimraf": "^5.0.0",
    "typescript": "^5.0.0",
    "vitest": "^3.0.0"
  },
  "dependencies": {
    "@thalorlabs/api": "^1.1.0",
    "@thalorlabs/types": "^1.7.0"
  },
  "prettier": "@thalorlabs/eslint-plugin-dev-config/prettier"
}
