-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "ebay-to-woo_commerce",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node --require dotenv/config app.js",
"start:dev": "nodemon --delay 300ms --exec babel-node --require dotenv/config app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@awaitjs/express": "^0.7.2",
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/node": "^7.13.0",
"@babel/preset-env": "^7.13.8",
"@nestjs/schedule": "^0.4.2",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"ebay-node-api": "^2.8.9",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"express": "^4.17.1",
"html-entities": "^2.1.0",
"jsdom": "^16.4.0",
"moment": "^2.29.1",
"mongoose": "^5.10.9",
"puppeteer": "^8.0.0",
"unique-hash": "^2.6.0",
"winston": "^3.3.3",
"xml2json": "^0.12.0"
},
"devDependencies": {
"@types/cron": "^1.7.2",
"eslint": "^7.21.0"
}
}