{
  "name": "@ne1410s/griddler",
  "version": "1.2.258",
  "description": "Complete package for creating, sharing and solving griddler grids!",
  "main": "dist/ne14_grid.cjs.min.js",
  "module": "dist/ne14_grid.esm.min.js",
  "browser": "dist/ne14_grid.umd.min.js",
  "displayName": "ne_grid",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "npx rollup -c rollup.browser.config.js -m -w",
    "clean": "npx rimraf dist",
    "is-pretty": "npx prettier -l .",
    "prettify": "npx prettier -w .",
    "build": "npm run clean && npx rollup -c",
    "test": "npm run is-pretty",
    "publish-local": "npm run test && npm run build && npm pack",
    "publish-patch": "npm run test && npm run build && npm version patch && npm publish --access public",
    "publish-minor": "npm run test && npm run build && npm version minor && npm publish --access public",
    "publish-major": "npm run test && npm run build && npm version major && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ne14-fed/elem.griddler.git"
  },
  "keywords": [
    "Griddler",
    "grid",
    "solving",
    "algorithm"
  ],
  "author": "ne1410s <pgj646@gmail.com> (http://ne1410s.co.uk)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ne14-fed/elem.griddler/issues"
  },
  "homepage": "https://github.com/ne14-fed/elem.griddler#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.1",
    "@rollup/plugin-url": "^8.0.2",
    "@types/node": "^20.19.11",
    "prettier": "^3.6.2",
    "rimraf": "^5.0.10",
    "rollup": "^4.47.1",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@ne1410s/cust-elems": "^0.3.144",
    "@ne1410s/dom": "^0.3.159",
    "@ne1410s/menu": "^0.1.171",
    "@ne1410s/popup": "^0.3.161",
    "@ne1410s/pxl8r": "^0.1.148"
  }
}
