rickandmorty/package.json

17 lines
307 B
JSON
Raw Permalink Normal View History

2024-07-19 21:05:41 +03:00
{
"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"
}
}