{
  "name": "react-nonogram-component",
  "version": "1.1.7",
  "license": "ISC",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "files": [
    "dist/"
  ],
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "dependencies": {
    "@emotion/css": "^11.1.3",
    "recoil": "^0.4.1"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.15.0",
    "@types/jest": "^27.0.2",
    "@types/react": "^17.0.27",
    "jest": "^27.2.5",
    "ts-jest": "^27.0.7",
    "typescript": "^4.4.4"
  },
  "scripts": {
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc --outDir dist/esm",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "watch": "tsc --watch --outDir dist/esm",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Marmau/react-nonogram-component.git"
  },
  "homepage": "https://qrcode-nonogram.netlify.app"
}
