-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}