17 lines
307 B
JSON
17 lines
307 B
JSON
|
{
|
||
|
"name": "dh",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"dev": "nodemon src/index.js"
|
||
|
},
|
||
|
"author": "Leca",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"nodemon": "^3.1.4",
|
||
|
"pg": "^8.12.0"
|
||
|
}
|
||
|
}
|