{
  "name": "story-az-card-kit",
  "version": "1.0.0",
  "type": "module",
  "description": "A flexible and customizable story card component with multiple layouts",
  "main": "dist/index.esm.js",
  "module": "dist/index.esm.js",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "lint": "eslint src/**/*.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "story-card",
    "card-component",
    "ui-component",
    "react-component",
    "vanilla-js",
    "css-layouts"
  ],
  "author": "Ashok Singh",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-babel": "^6.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "rollup": "^3.0.0",
    "rollup-plugin-terser": "^7.0.0",
    "rollup-plugin-css-only": "^4.0.0",
    "eslint": "^8.0.0",
    "eslint-plugin-react": "^7.0.0",
    "jest": "^29.0.0",
    "jest-environment-jsdom": "^29.0.0",
    "@testing-library/jest-dom": "^6.0.0",
    "identity-obj-proxy": "^3.0.0",
    "prop-types": "^15.8.1"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aksinghvns1985/story-az-card-kit.git"
  },
  "bugs": {
    "url": "https://github.com/aksinghvns1985/story-az-card-kit/issues"
  },
  "homepage": "https://github.com/aksinghvns1985/story-az-card-kit#readme"
} 