{
  "name": "deadlock-content",
  "version": "2024.10.28",
  "description": "Provides a structured way to access information about skills and items in the game Deadlock",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "test": "npx tsx test/test.ts && node test/test.cjs"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "glob": "^11.0.0"
  }
}
