UNPKG

@tomei/finance

Version:

NestJS package for finance module

78 lines (77 loc) 2.12 kB
{ "name": "@tomei/finance", "version": "0.11.8", "description": "NestJS package for finance module", "main": "dist/index.js", "scripts": { "start:dev": "tsc -w", "build": "tsc", "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.15", "@nestjs/swagger": "^8.1.0", "@tomei/activity-history": "^0.4.1", "@tomei/config": "^0.3.21", "@tomei/general": "^0.21.7", "@tomei/media": "^0.8.10", "@tomei/sso": "^0.60.4", "axios": "^1.7.9", "cuid": "^3.0.0", "dotenv": "^16.4.7", "intuit-oauth": "^4.1.3", "puppeteer": "^23.11.1", "sequelize": "^6.37.5", "sequelize-typescript": "^2.1.6" }, "devDependencies": { "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@eslint/js": "^9.17.0", "@types/multer": "^1.4.12", "@types/node": "^22.10.2", "@types/sequelize": "^4.28.20", "@typescript-eslint/eslint-plugin": "^8.18.2", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.14.0", "husky": "^9.1.7", "lint-staged": "^15.3.0", "prettier": "^3.4.2", "ts-node": "^10.9.2", "tsc-watch": "^6.2.1", "tsconfig-paths": "^4.2.0", "typescript": "^5.7.2", "typescript-eslint": "^8.18.2" }, "lint-staged": { "*/**/*.{js,ts,tsx}": [ "npm run lint", "npm run eslint", "npm run format", "npm run build", "git add ." ] } }