{
  "name": "fastcomments-typescript",
  "version": "3.0.13",
  "description": "Common FastComments TypeScript Types",
  "author": "winrid",
  "license": "MIT",
  "repository": "fastcomments/fastcomments-typescript",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "check": "npm run lint && npm run compile",
    "lint": "eslint src --ext .ts",
    "compile": "tsc"
  },
  "devDependencies": {
    "eslint": "^8.57.1",
    "@typescript-eslint/eslint-plugin": "^8.19.0",
    "@typescript-eslint/parser": "^8.19.0",
    "typescript": "^5.7.2"
  }
}
