{
  "name": "rtm-typescript",
  "version": "1.3.3",
  "files": [
    "docs/**",
    "dist/index.js",
    "dist/index.d.ts",
    "dist/src/index.js",
    "dist/src/lib",
    "dist/src/types"
  ],
  "description": "Strongly typed SDK client for the Remember the Milk API",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "author": "Ben Wainwright",
  "repository": {
    "url": "https://github.com/benwainwright/rtm-typescript",
    "type": "git"
  },
  "license": "MIT",
  "scripts": {
    "api": "rm -rf dist && tsc --project tsconfig.api.json && tsconfig-replace-paths --project tsconfig.api.json && vite-node ./api/extract.ts",
    "build": "npm run api && tsc --project tsconfig.dist.json && tsconfig-replace-paths",
    "docs": "typedoc src/index.ts",
    "check-docs": "npm run build && npm run docs && vite-node ./tools/check-docs.ts",
    "lint": "eslint .",
    "types": "tsc --noEmit",
    "format": "prettier --write .",
    "types:watch": "tsc --noEmit --watch",
    "test": "vitest --config vitest.unit.config.mts --coverage",
    "test:e2e": "vitest --config vitest.e2e.config.mts",
    "test:e2e:post-release": "vitest --config vitest.e2e.post-release.config.mts",
    "test:watch": "vitest --config vitest.unit.config.mts --coverage --watch",
    "test:ui": "vitest --config vitest.unit.config.mts --watch --ui",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "18.1.0",
    "@microsoft/api-extractor": "7.38.2",
    "@types/eslint-plugin-markdown": "^2.0.2",
    "@types/jest-when": "3.5.4",
    "@types/lint-staged": "^13.2.2",
    "@typescript-eslint/eslint-plugin": "^6.10.0",
    "@vitest/coverage-istanbul": "0.34.6",
    "@vitest/ui": "0.34.6",
    "eslint": "8.52.0",
    "eslint-plugin-filenames": "1.3.2",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-markdown": "^3.0.1",
    "husky": "8.0.3",
    "jest-when": "3.6.0",
    "lint-staged": "^15.0.2",
    "msw": "2.0.1",
    "prettier": "3.0.3",
    "tsc-files": "^1.1.4",
    "tsconfig-replace-paths": "^0.0.14",
    "typedoc": "0.25.3",
    "typedoc-plugin-markdown": "3.17.0",
    "typescript": "5.2.2",
    "typescript-docs-verifier": "^2.5.0",
    "vite-node": "0.34.6",
    "vite-tsconfig-paths": "^4.2.1",
    "vitest": "^0.34.6",
    "vitest-mock-extended": "1.3.1"
  },
  "dependencies": {
    "@commitlint/cli": "^18.2.0",
    "file-tree-walker-ts": "^2.0.2"
  }
}
