{
  "name": "card-factory",
  "version": "1.0.14",
  "description": "A comprehensive library for card manipulation",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "style": "dist/styles/index.css",
  "scripts": {
    "build": "rm -rf dist && tsc --build && npm run copy-assets",
    "copy-assets": "cp -r src/styles dist/styles && cp README.md dist/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Daver067/cards-npm-package.git"
  },
  "keywords": [
    "cards",
    "card-game",
    "playing-card",
    "card"
  ],
  "author": "Daver067 and Chartley1988",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Daver067/cards-npm-package/issues"
  },
  "homepage": "https://github.com/Daver067/cards-npm-package#readme",
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "typescript": "^5.7.3"
  }
}
