-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
52
53
{
"name": "mx-covid-serialize",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"initialize": "babel-node src/scripts/index.js initialize"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/spaceship-labs/mx-covid-serialize.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/spaceship-labs/mx-covid-serialize/issues"
},
"homepage": "https://github.com/spaceship-labs/mx-covid-serialize#readme",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"csv-parser": "^2.3.3",
"csvtojson": "^2.0.10",
"decompress-zip": "^0.2.2",
"express": "^4.17.1",
"json-2-csv": "^3.7.6",
"moment": "^2.27.0",
"morgan-body": "^2.4.14",
"n-readlines": "^1.0.0",
"pg": "^8.3.0",
"pg-hstore": "^2.3.3",
"progress": "^2.0.3",
"sequelize": "^6.3.4"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.11.1",
"@babel/node": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^7.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"nodemon": "^2.0.4"
}
}