checksum_verification_and_s.../package.json
first_admin eb599087c8
Some checks failed
jenkins_organization/checksum_verification_and_signature_verification/pipeline/head There was a failure building this commit
Update package.json
2024-09-01 20:33:51 +00:00

22 lines
439 B
JSON

{
"name": "my-sample-project",
"version": "1.0.0",
"description": "A sample Node.js project",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"No tests specified\""
},
"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"
}