{
  "name": "gematry",
  "version": "1.0.2",
  "description": "Gematria calculator (Hebrew only)",
  "author": "DoradSoft",
  "type": "module",
  "license": "MIT",
  "main": "./dist/gematry.js",
  "types": "./dist/gematry.d.ts",
  "homepage": "https://github.com/doradsoft/gematry",
  "repository": {
    "type": "git",
    "url": "https://github.com/doradsoft/gematry.git"
  },
  "bugs": {
    "url": "https://github.com/doradsoft/gematry/issues"
  },
  "keywords": [
    "gematria",
    "calculator",
    "hebrew"
  ],
  "scripts": {
    "build": "node --import tsx ./node_modules/webpack-cli/bin/cli.js --config webpack.config.ts",
    "publish": "",
    "test": "node --import tsx ./node_modules/jest/bin/jest.js",
    "watch": "node --import tsx ./node_modules/webpack-cli/bin/cli.js --config webpack.config.ts --watch --mode development"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.5",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "tsx": "^4.15.7",
    "typescript": "^5.4.5",
    "typescript-eslint": "^8.0.0-alpha.14",
    "webpack": "^5.92.0",
    "webpack-cli": "^5.1.4"
  }
}