UNPKG

@deer-management-company/brain_utils_node

Version:

Reusable utility package for Brain workflows - Node.js version

64 lines (63 loc) 1.51 kB
{ "name": "@deer-management-company/brain_utils_node", "version": "1.0.5", "description": "Reusable utility package for Brain workflows - Node.js version", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build", "test": "jest", "dev": "tsc --watch", "deploy:patch": "gh workflow run release.yml --ref main -f bump=patch", "deploy:minor": "gh workflow run release.yml --ref main -f bump=minor", "deploy:major": "gh workflow run release.yml --ref main -f bump=major", "deploy": "npm run deploy:patch" }, "keywords": [ "brain", "utilities", "email", "notifications", "bessemer", "typescript" ], "author": { "name": "SF-Brain", "email": "sf-brain-integration@bvp.com" }, "license": "ISC", "publishConfig": { "access": "public" }, "dependencies": { "axios": "^1.9.0" }, "peerDependencies": { "axios": "^1.9.0" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/deer-management-company/brain_utils_node.git" }, "homepage": "https://github.com/deer-management-company/brain_utils_node#readme", "bugs": { "url": "https://github.com/deer-management-company/brain_utils_node/issues" } }