forked from amz-tools/amazon-sp-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 925 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
40
41
42
{
"name": "amazon-sp-api",
"version": "0.2.6",
"description": "Amazon Selling Partner API client",
"main": "index.js",
"directories": {
"lib": "./lib/"
},
"keywords": [
"amazon",
"sellingpartner",
"sp",
"mws",
"sellercentral",
"amazon sellingpartner api",
"amazon sp api",
"selling partner",
"amazon sp api client"
],
"author": "Jens Lübberstedt <[email protected]>",
"license": "MIT",
"dependencies": {
"crypto-js": "^4.0.0",
"csvtojson": "^2.0.10",
"fast-xml-parser": "^3.17.5",
"qs": "^6.9.4"
},
"devDependencies": {
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"mocha": "^8.2.1",
"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://github.com/amz-tools/amazon-sp-api"
}