mirror of
https://github.com/jlengrand/community-js-youtube-orbit.git
synced 2026-03-10 08:11:17 +00:00
42 lines
963 B
JSON
42 lines
963 B
JSON
{
|
|
"name": "@orbit-love/youtube",
|
|
"version": "1.0.2",
|
|
"description": "Add YouTube interactions into Orbit workspaces",
|
|
"main": "./src/index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watchAll"
|
|
},
|
|
"bin": "./src/bin.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/orbit-love/community-js-youtube-orbit.git"
|
|
},
|
|
"author": "Kevin Lewis",
|
|
"keywords": [
|
|
"orbit",
|
|
"youtube",
|
|
"comments",
|
|
"integration"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/orbit-love/community-js-youtube-orbit/issues"
|
|
},
|
|
"homepage": "https://github.com/orbit-love/community-js-youtube-orbit#readme",
|
|
"dependencies": {
|
|
"@orbit-love/activities": "^0.1.1",
|
|
"axios": "^0.21.1",
|
|
"dotenv": "^9.0.2",
|
|
"moment": "^2.29.1",
|
|
"querystring": "^0.2.1",
|
|
"yargs": "^17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^26.6.3"
|
|
}
|
|
}
|