relay/package.json
2024-01-15 20:33:13 +00:00

17 lines
321 B
JSON

{
"name": "relay",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm install && node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"dateformat": "^5.0.3",
"express": "^4.18.2"
}
}