surf/package.json
hazel 0789b75fbd Add README.md, add /api/videos-found endpoint
Also added start script to package.json
2022-05-01 23:56:59 -05:00

19 lines
340 B
JSON

{
"name": "surf",
"version": "1.0.1",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.1",
"ytsr": "^3.8.0"
}
}