test-devmode-js / package.json
sbrandeis's picture
sbrandeis HF staff
Update package.json
e89c588 verified
raw
history blame contribute delete
257 Bytes
{
"name": "gemma-links",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.19.2"
}
}