23 lines
518 B
JSON
23 lines
518 B
JSON
{
|
|
"name": "cm-app-youtube",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"google-auth-library": "^5.1.1",
|
|
"googleapis": "^41.0.1",
|
|
"iso8601-duration": "^1.2.0",
|
|
"logops": "^2.1.1",
|
|
"node-fetch": "^2.6.0",
|
|
"r-json": "^1.2.9"
|
|
}
|
|
}
|