UNPKG

@tomei/finance

Version:

NestJS package for finance module

80 lines (79 loc) 2.16 kB
{ "name": "@tomei/finance", "version": "0.17.0", "description": "NestJS package for finance module", "main": "dist/index.js", "scripts": { "start:dev": "tsc -w", "build": "tsc", "postinstall": "node scripts/postinstall.js", "test:package": "node test-package.js", "prepare": "husky install", "format": "prettier --write \"src/**/*.ts\"", "lint": "npx eslint . --fix", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:e2e": "jest --config ./test/jest-e2e.json" }, "keywords": [ "tomei", "finance" ], "author": "Fadhil Muhammad <fadhil@tomei.com.my>", "license": "ISC", "repository": { "type": "git", "url": "https://gitlab.com/tomei-package/finance.git" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@nestjs/common": "^10.4.20", "@nestjs/swagger": "^8.1.1", "@paralleldrive/cuid2": "^2.2.2", "@tomei/activity-history": "^0.4.4", "@tomei/config": "^0.3.22", "@tomei/general": "^0.21.10", "@tomei/media": "^0.10.0", "@tomei/sso": "^0.65.0", "axios": "^1.12.2", "dotenv": "^16.6.1", "intuit-oauth": "^4.2.0", "puppeteer": "^24.22.3", "sequelize": "^6.37.7", "sequelize-typescript": "^2.1.6" }, "devDependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.36.0", "@types/multer": "^1.4.13", "@types/node": "^22.18.8", "@types/sequelize": "^4.28.20", "@typescript-eslint/eslint-plugin": "^8.45.0", "eslint": "^9.36.0", "eslint-config-prettier": "^9.1.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.5.4", "globals": "^15.15.0", "husky": "^9.1.7", "lint-staged": "^15.5.2", "prettier": "^3.6.2", "ts-node": "^10.9.2", "tsc-watch": "^6.3.1", "tsconfig-paths": "^4.2.0", "typescript": "^5.9.3", "typescript-eslint": "^8.45.0" }, "lint-staged": { "*/**/*.{js,ts,tsx}": [ "npm run lint", "npm run eslint", "npm run format", "npm run build", "git add ." ] } }