-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 827 Bytes
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
{
"name": "csv_storein_postgressql",
"version": "1.0.0",
"description": "The purpose is to Read csv file and store the data in the PostgresSQL DATABASE",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "SEED=true DATABASE_URL=postgres://myskam7:qvez21@localhost:5434/data_csvdb nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myskam7/csv_storeIn_postgresSQL.git"
},
"author": "Maksym Filippov",
"license": "ISC",
"bugs": {
"url": "https://github.com/myskam7/csv_storeIn_postgresSQL/issues"
},
"homepage": "https://github.com/myskam7/csv_storeIn_postgresSQL#readme",
"dependencies": {
"express": "^4.16.2",
"fast-csv": "^2.4.1",
"fs": "0.0.1-security",
"pg": "^7.4.1"
}
}