-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.56 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
49
50
51
{
"name": "sellercontrol-node-v1",
"version": "2022.04.28",
"description": "Software para control del seller, conexión con Amazon, Mercadolibre y claroshop.\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[C\u001b[D\u001b[D\u001b[D\u001b[D\u001b[C\u001b[C\u001b[D\u001b[D, Woocommerce y Claroshop.",
"main": "app.js",
"scripts": {
"log": "git log --oneline --decorate --graph --all",
"sync": "git push origin --all",
"unir": "concurrently \"git checkout master\" \"git merge dev\" \"git checkout dev\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gergab00/sellercontrol-node-v1.git"
},
"keywords": [
"nodejs",
"node",
"amazon",
"mercadolibre",
"woocommerce",
"claroshop",
"api"
],
"author": "Gerardo Gonzalez",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/Gergab00/sellercontrol-node-v1/issues"
},
"homepage": "https://github.com/Gergab00/sellercontrol-node-v1#readme",
"dependencies": {
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"amazon-sp-api": "^0.7.8",
"chrome-launcher": "^0.15.0",
"colors": "^1.4.0",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"flattie": "^1.1.0",
"gergab-toolbox": "^1.0.1",
"html-to-text": "^8.2.0",
"inquirer": "^8.2.4",
"jimp": "^0.16.1",
"moment": "^2.29.3",
"puppeteer": "^10.4.0",
"puppeteer-autoscroll-down": "^0.1.7",
"puppeteer-core": "^10.4.0",
"re2": "^1.17.4",
"request": "^2.88.2",
"url-regex-safe": "^3.0.0",
"yargs": "^17.5.1"
}
}