{
  "name": "@explorables/nah_dah_dah_nah_nah_opus_1984",
  "title": "Nah Dah Dah Nah Nah (Opus 1984)",
  "subtitle": "Conway's Game of Life",
  "description": "This explorable is an implementation of Conway's Game of Life, one of the most famous cellular automata models for the emergence of structure, replication and complex behavior generated by simple rules.",
  "author": "Dirk Brockmann (https://synosy.github.io)",
  "version": "2.0.6",
  "license": "CC-BY-4.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dirkbrockmann/nah_dah_dah_nah_nah_opus_1984.git"
  },
  "type": "module",
  "main": "./dist/index.umd.js",
  "module": "./dist/index.es.js",
  "browser": "./dist/index.umd.js",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js",
      "default": "./dist/index.umd.js"
    }
  },
  "unpkg": "dist/index.umd.js",
  "jsdelivr": "dist/index.umd.js",
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=18",
    "npm": ">=9"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "release": "vite build && git add . && git commit -m 'prep release' && npm version patch -m \"release v%s\" && git push --follow-tags && npm publish --access public"
  },
  "keywords": [
    "complexity",
    "explorables",
    "visualization"
  ],
  "dependencies": {
    "d3": "^7.8.5",
    "d3-widgets": "^2.1.6",
    "lattices": "^1.0.16",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@tailwindcss/vite": "^4.1.4",
    "tailwindcss": "^4.1.4",
    "vite": "^6.3.2",
    "vite-plugin-css-injected-by-js": "^3.5.2"
  }
}
