UNPKG

fake-iamport-server

Version:
94 lines 3.12 kB
{ "name": "fake-iamport-server", "version": "10.0.0", "description": "Fake iamport server for testing", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", "scripts": { "----------------------------------------------": "", "build": "npm run build:sdk && npm run build:main && npm run build:test", "build:api": "rimraf packages/api/lib && nestia sdk && tsc -p packages/api/tsconfig.json && rollup -c packages/api/rollup.config.js", "build:main": "rimraf lib && tsc && rollup -c", "build:sdk": "rimraf src/api/functional && nestia sdk", "build:swagger": "nestia swagger", "build:test": "rimraf bin && tsc -p test/tsconfig.json", "dev": "npm run build:test -- --watch", "eslint": "eslint src && eslint --config .eslintrc.test.cjs test", "eslint:fix": "eslint --fix src && eslint --fix --config .eslintrc.test.cjs test", "------------------------------------------------": "", "package:latest": "npm run build && npm run test && npm publish", "package:next": "npm run package:latest -- --tag next", "prepare": "ts-patch install && typia patch", "-------------------------------------------------": "", "start": "pm2 start lib/executable/server.js -i 1 --name fake-iamport-server --wait-ready --listen-timeout 120000 --kill-timeout 15000", "start:reload": "pm2 reload fake-iamport-server", "stop": "pm2 delete fake-iamport-server", "--------------------------------------------------": "", "test": "node bin/test" }, "repository": { "type": "git", "url": "https://github.com/samchon/fake-iamport-server" }, "author": "Jeongho Nam", "license": "MIT", "bugs": { "url": "https://github.com/samchon/fake-iamport-server/issues" }, "homepage": "https://github.com/samchon/fake-iamport-server", "devDependencies": { "@nestia/sdk": "^5.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/atob": "^2.1.2", "@types/btoa": "^1.2.3", "@types/cli": "^0.11.19", "@types/node": "^20.14.9", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0", "chalk": "^4.1.2", "cli": "^1.0.1", "copyfiles": "^2.4.1", "nestia": "^7.0.0", "pm2": "^4.5.6", "rimraf": "^3.0.2", "rollup": "^4.18.1", "sloc": "^0.2.1", "ts-node": "^10.9.1", "ts-patch": "^3.2.1", "typescript": "5.5.4" }, "dependencies": { "@nestia/core": "^5.0.0", "@nestia/e2e": "^0.8.2", "@nestia/fetcher": "^5.0.0", "@nestjs/common": "^10.3.10", "@nestjs/core": "^10.3.10", "@nestjs/platform-fastify": "^10.3.10", "atob": "^2.1.2", "btoa": "^1.2.1", "serialize-error": "^4.1.0", "source-map-support": "^0.5.19", "tstl": "^3.0.0", "typescript-transform-paths": "^3.4.6", "typia": "^8.0.0", "uuid": "^10.0.0" }, "keywords": [ "toss", "payments", "server", "fake", "test", "mock" ], "files": [ "package.json", "README.md", "LICENSE", "lib", "src" ] }