{
  "name": "@infinum/plop-next-ts-generators",
  "version": "2.0.0",
  "description": "Next.js generators",
  "keywords": [
    "Generators",
    "React",
    "Chakra UI",
    "Folder Structure"
  ],
  "main": "index.js",
  "author": "Infinum JavaScript Team <hello@infinum.com>",
  "license": "MIT",
  "devDependencies": {
    "cli-testing-library": "~2.0.0",
    "jest": "~29.1.2",
    "plop": "~4.0.4",
    "@infinum/jest": "3.0.0"
  },
  "peerDependencies": {
    "plop": "~4.0.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch"
  }
}