-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
43 lines (43 loc) · 1.09 KB
/
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
42
43
{
"name": "youtube-json-server",
"version": "1.0.0",
"description": "Your personal Youtube API server to get Youtube API responses without needing credentials. ",
"main": "subreddit.js",
"scripts": {
"test": "ava --timeout=1m",
"clean": "npm cache clean --force",
"vercel-dev": "vercel dev"
},
"ava": {
"require": [
"esm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThatGuySam/youtube-json-server.git"
},
"author": "@ThatGuySam",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThatGuySam/youtube-json-server/issues"
},
"homepage": "https://github.com/ThatGuySam/youtube-json-server#readme",
"dependencies": {
"@types/node": "^20.12.12",
"@vercel/node": "^3.1.5",
"axios": "^1.7.2",
"dotenv": "^8.6.0",
"googleapis": "^137.1.0"
},
"devDependencies": {
"ava": "^3.15.0",
"cross-env": "^7.0.3",
"esm": "^3.2.25",
"laravel-mix": "^5.0.9",
"puppeteer": "^2.1.1",
"test-listen": "^1.1.0",
"vue-template-compiler": "^2.7.16",
"zeit-now-node-server": "^1.0.1"
}
}