-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 956 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
{
"name": "node-tw-e-invoice",
"version": "1.0.0",
"description": "An unofficial Node.js interface of Taiwan MOF E-Invoice API . 台灣財政部電子發票 API 的 非官方 Node.js 介面。",
"main": "lib/index.js",
"scripts": {
"tsc": "tsc",
"typedoc": "typedoc --disableOutputCheck --theme minimal --out gh-pages src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShenTengTu/node-tw-e-invoice.git"
},
"keywords": [
"e-invoice",
"taiwan-electronic-receipt"
],
"author": "ShenTengTu",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShenTengTu/node-tw-e-invoice/issues"
},
"homepage": "https://github.com/ShenTengTu/node-tw-e-invoice#readme",
"devDependencies": {
"@types/joi": "^13.0.5",
"@types/node": "^8.9.1",
"dotenv": "^5.0.0",
"typescript": "^2.7.1"
},
"engines": {
"node": ">=8.9.4"
},
"dependencies": {
"joi": "^13.1.2"
}
}