forked from amz-tools/amazon-sp-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.06 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "amazon-sp-api",
"version": "0.6.3",
"description": "Amazon Selling Partner API client",
"main": "index.js",
"directories": {
"lib": "./lib/"
},
"keywords": [
"amazon",
"sellingpartner",
"sp",
"sellercentral",
"amazon sellingpartner api",
"amazon sp api",
"selling partner",
"amazon sp api client",
"amazon selling partner",
"amazon selling partner api",
"mws",
"amazon mws"
],
"author": "Jens Lübberstedt <[email protected]>",
"license": "MIT",
"dependencies": {
"crypto-js": "^4.1.1",
"csvtojson": "^2.0.10",
"fast-xml-parser": "^3.21.1",
"iconv-lite": "^0.6.3",
"qs": "^6.10.1"
},
"devDependencies": {
"@types/node": "^16.11.6",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"mocha": "^9.1.3",
"moment": "^2.29.1"
},
"repository": {
"type": "git",
"url": "[email protected]:amz-tools/amazon-sp-api.git"
},
"scripts": {
"test": "mocha --config ./test/.mocharc.js"
},
"homepage": "https://amz.tools",
"types": "./lib/typings/index.d.ts"
}