Update package.json
All checks were successful
jenkins_organization/checksum_verification_and_signature_verification/pipeline/head This commit looks good

This commit is contained in:
first_admin 2024-09-01 20:35:00 +00:00
parent eb599087c8
commit 72252644df

View File

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"No tests specified\""
"test": "echo \"No tests specified\"",
"build": "echo \"No build step specified\""
},
"dependencies": {
"express": "^4.18.2",