UNPKG

ecpay-invoice-sdk

Version:
40 lines (39 loc) 905 B
{ "name": "ecpay-invoice-sdk", "version": "1.0.10", "description": "綠界發票 Node.js SDK", "main": "./build/index.js", "types": "./build/index.d.ts", "author": "Wen-Hong Huang <waynehonghuang@gmail.com>", "repository": { "url": "git+https://github.com/depresto/ecpay-invoice-sdk" }, "license": "MIT", "files": [ "build" ], "scripts": { "build": "tsc", "deploy-npm": "pnpm build && pnpm publish --access public", "test": "jest" }, "bugs": { "url": "https://github.com/depresto/ecpay-invoice-sdk/issues" }, "homepage": "https://github.com/depresto/ecpay-invoice-sdk#readme", "keywords": [ "Invoice", "SDK", "ECPay" ], "dependencies": { "axios": "^0.27.2" }, "devDependencies": { "@types/jest": "^28.1.6", "@types/node": "^18.6.2", "jest": "^28.1.3", "ts-jest": "^28.0.7", "typescript": "^4.7.4" } }