{
  "name": "@wfcd/relics",
  "version": "2.0.32",
  "description": "Relic Data for Warframe",
  "main": "dist/index.cjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsdown ./src/index.ts ./src/Build.ts",
    "coverage": "npm test && nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepack": "npm run build",
    "prepare": "husky",
    "start": "npm run build && node dist/Build.cjs",
    "test": "nyc mocha",
    "validate": "tsc --noEmit"
  },
  "repository": "https://github.com/WFCD/warframe-relic-data",
  "keywords": [
    "Warframe",
    "Relics"
  ],
  "author": "Soundofdarkness",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WFCD/warframe-relic-data/issues"
  },
  "homepage": "https://github.com/WFCD/warframe-relic-data#readme",
  "devDependencies": {
    "@commitlint/cli": "^21.2.1",
    "@commitlint/config-conventional": "^21.2.0",
    "@eslint/js": "^10.0.1",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/chai": "^4.3.3",
    "@types/mocha": "^10.0.0",
    "@types/node": "^26.0.0",
    "chai": "^4.3.6",
    "coveralls": "^3.1.1",
    "eslint": "^10.1.0",
    "eslint-plugin-perfectionist": "^5.10.1",
    "globals": "^17.0.0",
    "husky": "^9.1.7",
    "lint-staged": "^17.3.0",
    "mocha": "^10.0.0",
    "nyc": "^18.0.0",
    "ts-mocha": "^11.1.0",
    "tsconfig-paths": "^4.1.0",
    "tsdown": "^0.22.0",
    "tsx": "^4.21.0",
    "typescript": "^5.0.4",
    "typescript-eslint": "^8.58.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "dependencies": {
    "@semantic-release/changelog": "^7.0.0",
    "@semantic-release/git": "^11.0.1"
  }
}
