checksum_verification_and_s.../package.json

23 lines
488 B
JSON
Raw Normal View History

2024-09-01 19:47:42 +00:00
{
"name": "my-sample-project",
"version": "1.0.0",
"description": "A sample Node.js project",
"main": "index.js",
"scripts": {
"start": "node index.js",
2024-09-01 20:35:00 +00:00
"test": "echo \"No tests specified\"",
"build": "echo \"No build step specified\""
2024-09-01 19:47:42 +00:00
},
"dependencies": {
"express": "^4.18.2",
"mongoose": "^7.0.0",
"dotenv": "^16.0.0"
},
"devDependencies": {
"nodemon": "^2.0.22",
"eslint": "^8.45.0"
},
"author": "Your Name",
"license": "ISC"
}