UNPKG

@wiqotech/nestjs-digiflazz

Version:
102 lines (101 loc) 2.65 kB
{ "name": "@wiqotech/nestjs-digiflazz", "version": "0.0.1", "description": "NestJS Digiflazz SDK Module", "author": "Willymar Juniarta <willymar.juniarta@gmail.com>", "license": "MIT", "main": "dist/index.js", "files": [ "dist/**/*", "*.md" ], "scripts": { "build": "nest build", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "start": "nest start", "start:dev": "nest start --watch", "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "test": "jest", "test:watch": "jest --watch", "test:cov": "jest --coverage", "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", "test:e2e": "jest --config ./test/jest-e2e.json", "prepare": "npm run build" }, "dependencies": { "@nestjs/common": "^9.0.0", "axios": "^1.4.0", "reflect-metadata": "^0.1.13", "rxjs": "^7.2.0", "zod": "^3.21.4" }, "devDependencies": { "@nestjs/cli": "^9.0.0", "@nestjs/schematics": "^9.0.0", "@nestjs/testing": "^9.0.0", "@types/express": "^4.17.13", "@types/jest": "^29.5.1", "@types/node": "18.16.12", "@types/supertest": "^2.0.11", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "jest": "29.5.0", "prettier": "^2.3.2", "source-map-support": "^0.5.20", "supertest": "^6.1.3", "ts-jest": "29.1.0", "ts-loader": "^9.2.3", "ts-node": "^10.0.0", "tsconfig-paths": "4.2.0", "typescript": "^5.0.0" }, "keywords": [ "nestjs", "digiflazz", "payment", "transactions", "sdk", "module", "nest" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/juniarta/nestjs-digiflazz.git" }, "bugs": { "url": "https://github.com/juniarta/nestjs-digiflazz/issues" }, "peerDependencies": { "@nestjs/common": "^9.0.0" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "src", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "collectCoverageFrom": [ "**/*.(t|j)s" ], "coverageDirectory": "../coverage", "testEnvironment": "node" }, "types": "./dist/index.d.ts", "homepage": "https://github.com/juniarta/nestjs-digiflazz#readme", "directories": { "test": "test" } }