-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
35 lines (35 loc) · 854 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
{
"name": "pchome-api",
"description": "PCHOME 的非官方 API 專案。",
"version": "0.2.0",
"author": "ALiangLiang",
"repository": {
"type": "git",
"url": "https://github.com/ALiangLiang/pchome-api.git"
},
"bugs": {
"url": "https://github.com/ALiangLiang/pchome-api/issues"
},
"homepage": "https://github.com/ALiangLiang/pchome-api",
"main": "index.js",
"scripts": {
"test": "node test"
},
"engines": {
"node": ">=10.0.0"
},
"license": "MIT",
"dependencies": {
"crypto-js": "^3.3.0",
"request": "^2.88.2",
"request-promise": "^4.2.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}