{
  "name": "book-of-spells",
  "description": "📖 Stamat's Book of JavaScript Spells",
  "main": "index.mjs",
  "author": "Nikola Stamatovic <@stamat>",
  "license": "MIT",
  "scripts": {
    "test": "npx jest",
    "docs": "npx jsdoc --configure jsdoc.json --verbose"
  },
  "devDependencies": {
    "esm": "^3.2.25",
    "jest": "^29.6.1",
    "jest-environment-jsdom": "^29.6.1",
    "jsdoc": "^4.0.2",
    "minami": "^1.2.3",
    "taffydb": "^2.7.3"
  },
  "version": "1.0.32"
}