-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 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
{
"name": "connector-akeneo",
"version": "0.1.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "npx eslint --fix .",
"start": "node index.js",
"dev": "MONGO_URL=mongodb://localhost:4011/akeneo-connector node local.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unchainedshop/connector-akeneo.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/unchainedshop/connector-akeneo/issues"
},
"homepage": "https://github.com/unchainedshop/connector-akeneo#readme",
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"mongodb-memory-server": "^6.9.2",
"prettier": "2.1.2"
},
"dependencies": {
"aws-sdk": "^2.776.0",
"dotenv-extended": "^2.9.0",
"mongodb": "^3.6.2",
"node-fetch": "^2.6.1"
}
}