-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 972 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
{
"name": "youtube-album-search",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "ts-node src/test.ts",
"compile": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FOSSforlife/youtube-album-search.git"
},
"keywords": [],
"author": "Elias Jackson <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/FOSSforlife/youtube-album-search/issues"
},
"homepage": "https://github.com/FOSSforlife/youtube-album-search#readme",
"devDependencies": {
"@types/node": "^14.11.2",
"@types/string-similarity": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"auto": "^10.32.1",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"dependencies": {
"dotenv": "^10.0.0",
"google-auth-library": "^7.10.0",
"googleapis": "^88.2.0",
"html-entities": "^2.3.2",
"metadata-filter": "^1.3.0",
"string-similarity": "^4.0.4"
}
}