-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 KB
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
{
"name": "ae-api",
"version": "0.1.5",
"description": "Aliexpress API",
"main": "ae-api.js",
"keywords": [
"aliexpress",
"aliexpress rest",
"aliexpress api",
"ae api",
"ae rest",
"ae sdk",
"aliexpress simple",
"aliexpress simplest api"
],
"author": "Deividy Metheler Zachetti <deividyz@gmail.com>",
"license": "MIT",
"scripts": {
"test": "./node_modules/mocha/bin/mocha.js tests/**/*/*.test.js --no-timeout",
"lint": "DEBUG=eslint:cli-engine ./node_modules/eslint/bin/eslint.js tests/ ae-api.js"
},
"repository": {
"type": "git",
"url": "https://github.com/umpordez/ae-api.git"
},
"bugs": {
"url": "https://github.com/umpordez/ae-api/issues"
},
"homepage": "https://github.com/umpordez/ae-api",
"dependencies": {
"argument-validator": "^0.1.0",
"axios": "^1.6.4"
},
"devDependencies": {
"dotenv": "^16.0.0",
"eslint": "^8.25.0",
"mocha": "^10.0.0"
}
}