{
  "name": "@letele/playing-cards",
  "version": "0.1.0",
  "description": "react svg playing cards",
  "module": "dist/index.esm.js",
  "files": [
    "dist"
  ],
  "types": "lib/index.d.ts",
  "scripts": {
    "prebuild": "rimraf src && rimraf dist",
    "build": "npm run svgr && rollup -c",
    "svgr": "svgr --title-prop -d src assets"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/letele/playing-cards.git"
  },
  "keywords": [
    "svg",
    "playing",
    "cards"
  ],
  "author": "Letele Motebang",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/letele/playing-cards/issues"
  },
  "homepage": "https://github.com/letele/playing-cards#readme",
  "dependencies": {
    "@babel/runtime": "^7.19.0"
  },
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.19.1",
    "@babel/preset-env": "^7.19.1",
    "@babel/preset-react": "^7.18.6",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-multi-entry": "^4.1.0",
    "@svgr/cli": "^6.3.1",
    "rollup": "^2.79.0",
    "rollup-plugin-filesize": "^9.1.2",
    "rollup-plugin-multi-input": "^1.3.1"
  }
}
