{
  "name": "@dromney/react-gear-gen",
  "version": "0.1.25",
  "description": "A library for displaying gears in react",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npm run clean && tsc && npm run copy-styles",
    "clean": "rm -rf ./dist/**",
    "copy-styles": "mkdir ./dist/styles && cp ./src/styles/** ./dist/styles"
  },
  "prepublishOnly": "npm run build",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RomneyDa/react-gear-gen.git"
  },
  "keywords": [
    "gears",
    "gear"
  ],
  "author": "Dallin Romney",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RomneyDa/react-gear-gen/issues"
  },
  "homepage": "https://github.com/RomneyDa/react-gear-gen#readme",
  "devDependencies": {
    "@types/react": "^18.2.20",
    "react": "^18.2.0",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "@dromney/gear-gen": "^0.2.11"
  }
}