{
  "name": "book-of-spells",
  "description": "📖 Stamat's Book of JavaScript Spells",
  "main": "index.mjs",
  "types": "types/index.d.mts",
  "author": "Nikola Stamatovic <@stamat>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stamat/book-of-spells.git"
  },
  "files": [
    "index.mjs",
    "src/",
    "!src/**/__tests__/",
    "types/"
  ],
  "website": "https://stamat.io/book-of-spells",
  "keywords": [
    "javascript",
    "utility-library",
    "utilities",
    "esm",
    "es6"
  ],
  "license": "MIT",
  "scripts": {
    "test": "NODE_OPTIONS='--experimental-vm-modules' npx jest",
    "docs": "npx jsdoc --configure jsdoc.json --verbose",
    "types": "npx -p typescript tsc --declaration --allowJs --emitDeclarationOnly --skipLibCheck --declarationDir types src/*.mjs index.mjs"
  },
  "devDependencies": {
    "esm": "^3.2.25",
    "jest": "^29.6.1",
    "jest-environment-jsdom": "^29.6.1",
    "jsdoc": "^4.0.4",
    "minami": "^1.2.3",
    "taffydb": "^2.7.3"
  },
  "version": "1.1.1"
}