{
  "name": "@mathrunet/masamune",
  "version": "2.14.1",
  "description": "Manages packages for the server portion (NodeJS) of the Masamune framework.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest",
    "postversion": "npm run changelog",
    "changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'chore(release): publish package'",
    "publish": "npm publish",
    "minor_update": "npm version minor",
    "major_update": "npm version major",
    "patch_update": "npm version patch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathrunet/node_masamune.git"
  },
  "keywords": [
    "masamune",
    "katana",
    "flutter",
    "firebase",
    "functions"
  ],
  "author": "mathru",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mathrunet/node_masamune/issues"
  },
  "homepage": "https://github.com/mathrunet/node_masamune#readme",
  "dependencies": {
    "@sendgrid/mail": "^8.1.4",
    "@types/node-fetch": "^2.6.7",
    "@types/uuid": "^10.0.0",
    "agora-token": "^2.0.3",
    "algoliasearch": "^5.20.2",
    "conventional-changelog-cli": "^5.0.0",
    "crypto": "^1.0.1",
    "firebase-admin": "^13.1.0",
    "firebase-functions": "^6.3.2",
    "firebase-functions-test": "^3.4.0",
    "form-data": "^4.0.0",
    "googleapis": "^144.0.0",
    "node-fetch": "^2.6.9",
    "nodemailer": "^6.9.12",
    "stripe": "^17.6.0",
    "typescript": "^5.7.3"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/nodemailer": "^6.4.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2"
  }
}
