-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 907 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
{
"name": "amazon-ppc-api",
"version": "1.4.3",
"description": "This class helps you interfacing the Amazon Advertising API.",
"main": "index.js",
"scripts": {
"test": "jest --config=./test/jest.config.js --testTimeout=20000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bry221996/amz-advertising-api.git"
},
"keywords": [
"amazon",
"api",
"advertising",
"amz",
"nodejs",
"ppc"
],
"author": "Bryan Mulingbayan",
"license": "ISC",
"bugs": {
"url": "https://github.com/bry221996/amz-advertising-api/issues"
},
"homepage": "https://github.com/bry221996/amz-advertising-api#readme",
"dependencies": {
"dotenv": "^10.0.0",
"json-bigint": "^1.0.0",
"lodash": "^4.17.21",
"needle": "^2.8.0",
"set-interval-async": "^1.0.33",
"zlib": "^1.0.5"
},
"devDependencies": {
"jest": "^27.1.0"
}
}