-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@orbit-love/youtube",
"version": "1.0.3",
"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"
}
}