UNPKG

@mathrunet/masamune

Version:

Manages packages for the server portion (NodeJS) of the Masamune framework.

61 lines (60 loc) 1.71 kB
{ "name": "@mathrunet/masamune", "version": "3.9.5", "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", "prepublish": "npm install && npm run build && npm run test", "test": "NODE_OPTIONS='--experimental-vm-modules' 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" }, "engines": { "node": "22" }, "publishConfig": { "access": "public" }, "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": { "@types/node-fetch": "^2.6.7", "firebase-admin": "^13.1.0", "firebase-functions": "^6.3.2", "typescript": "^5.9.2", "crypto": "^1.0.1", "form-data": "^4.0.0", "node-fetch": "^2.6.9", "uuid": "^10.0.0" }, "devDependencies": { "@types/uuid": "^10.0.0", "@types/jest": "^30.0.0", "conventional-changelog-cli": "^5.0.0", "firebase-functions-test": "^3.4.0", "jest": "^30.1.3", "ts-jest": "^29.1.2" } }