UNPKG

ecpay-gateway

Version:
59 lines (58 loc) 1.54 kB
{ "name": "ecpay-gateway", "version": "0.1.6", "description": "ECPay Payment Gateway", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint:ts": "eslint ./src --config src/.eslintrc --ext .js,.jsx,.ts,.tsx", "lint": "npm run lint:ts", "build": "tsc", "commit": "git-cz", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/Rytass/ecpay-gateway.git" }, "keywords": [ "ecpay", "payment" ], "author": "Chia Yu Pai (Rytass)", "license": "MIT", "bugs": { "url": "https://github.com/Rytass/ecpay-gateway/issues" }, "homepage": "https://github.com/Rytass/ecpay-gateway#readme", "devDependencies": { "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@types/axios": "^0.14.0", "@types/debug": "^4.1.5", "@types/node": "^13.13.0", "@types/uuid": "^7.0.2", "@typescript-eslint/parser": "^2.27.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prettier": "^3.1.3", "husky": "^4.2.5", "lint-staged": "^10.1.3", "prettier": "^2.0.4", "ts-node": "^8.8.2", "ts-node-dev": "^1.0.0-pre.44", "typescript": "^3.8.3" }, "dependencies": { "axios": "^0.19.2", "date-fns": "^2.12.0", "debug": "^4.1.1", "uuid": "^7.0.3" }, "files": [ "lib/**/*" ] }