test / package.json
wusama's picture
Create package.json
c106337 verified
raw
history blame contribute delete
293 Bytes
{
"name": "koyeb",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.2.1",
"ws": "^8.19.0"
}
}