{
  "main": "./dist/cjs/index.js",
  "module": "./dist/mjs/index.js",
  "version": "0.3.3",
  "name": "@dylanarmstrong/puz",
  "license": "MIT",
  "exports": {
    ".": {
      "import": "./dist/mjs/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@dylanarmstrong/eslint-config": "^0.2.5",
    "@typescript-eslint/eslint-plugin": "^4.29.2",
    "@typescript-eslint/parser": "^4.29.2",
    "eslint": "^7.13.0",
    "typescript": "^4.3.5"
  },
  "scripts": {
    "build": "rm -rf dist/{cjs,mjs} && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "lint": "eslint src",
    "test": "node ./test.js"
  },
  "author": "Dylan Armstrong <dylan@dylan.is>",
  "repository": {
    "type": "git",
    "url": "https://github.com/dylanarmstrong/puz"
  },
  "bugs": {
    "url": "https://github.com/dylanarmstrong/puz/issues"
  },
  "homepage": "https://github.com/dylanarmstrong/puz",
  "keywords": [
    "crossword",
    "crosswords",
    "puz",
    "puz-parser",
    "puz-file-format"
  ],
  "description": "Just a simple .puz parser",
  "files": [
    "src",
    "dist/mjs",
    "dist/cjs"
  ]
}
