{
  "name": "kececifractals",
  "version": "0.1.0",
  "description": "Keçeci Fractals: Keçeci-style circle fractal.",
  "main": "index.js",
  "scripts": {
    "start": "node --experimental-specifier-resolution=node index.js",
    "serve": "node --experimental-modules index.js",
    "test": "jest",
    "lint": "eslint .",
    "build": "echo 'No JS build needed. Using Python build instead.' && exit 0",
    "docs": "sphinx-build -b html docs/ docs/_build/html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/WhiteSymmetry/kececifractals.git"
  },
  "keywords": [
    "Kececi-fractal",
    "kececifractals",
    "fractal",
    "Kececi-fraktal",
    "kececifraktalları",
    "fraktal",
    "Python",
  ],
  "author": "Mehmet Keçeci",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/WhiteSymmetry/kececifractals/issues"
  },
  "homepage": "https://github.com/WhiteSymmetry/kececifractals",
  "dependencies": {
    "express": "^4.18.2",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "eslint": "^8.56.0",
    "jest": "^29.7.0"
  }
}
