{
  "name": "@swrpg-online/dice",
  "description": "A TypeScript library that creates dice rolls using the narrative dice system for the Star Wars Roleplaying Game by Fantasy Flight Games and Edge Studio.",
  "keywords": [
    "swrpg",
    "dice",
    "rpg",
    "star wars",
    "star-wars",
    "rpg",
    "dice",
    "edge-studio",
    "narrative-dice",
    "typescript",
    "cli",
    "swrpg",
    "genesys",
    "fantasy-flight-games",
    "ffg",
    "roleplaying",
    "tabletop",
    "dice-roller"
  ],
  "homepage": "https://github.com/swrpg-online/dice",
  "bugs": {
    "url": "https://github.com/swrpg-online/dice/issues"
  },
  "license": "MIT",
  "author": "@swrpg-online",
  "contributors": [],
  "main": "dist/index.js",
  "bin": {
    "swrpg-dice": "dist/cli.js"
  },
  "exports": {
    ".": "./dist/index.js",
    "./cli": "./dist/cli.js"
  },
  "directories": {
    "test": "tests"
  },
  "files": [
    "dist/**"
  ],
  "scripts": {
    "test": "npx jest --verbose",
    "ci:test": "tsc --noEmit && npx jest --verbose",
    "build": "tsc && ls -l",
    "prepare": "npm run build && husky install"
  },
  "dependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.2"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.1",
    "@semantic-release/npm": "^12.0.1",
    "husky": "^8.0.3",
    "lint-staged": "^15.2.10",
    "prettier": "3.4.1",
    "semantic-release": "^24.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/swrpg-online/dice"
  },
  "engines": {
    "node": ">=21"
  },
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown"
  },
  "version": "1.2.2"
}
