forked from shalvah/DownloadThisVideo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.31 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
44
45
46
47
48
49
50
51
52
{
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"lint": "eslint src handler.js",
"test": "jasmine",
"invoke": "npx serverless invoke local",
"local": "npx serverless offline --noPrependStageInUrl",
"deploy": "npx serverless deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shalvah/DownloadThisVideo.git"
},
"engines": {
"node": "18.14.2"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shalvah/NotYourNass/issues"
},
"homepage": "https://github.com/shalvah/NotYourNass#readme",
"dependencies": {
"@sentry/serverless": "^6.2.2",
"@sentry/tracing": "^6.2.2",
"aargh": "^1.4.0",
"aws-sdk": "^2.568.0",
"bluebird": "^3.7.1",
"firebase-admin": "^9.5.0",
"googleapis": "52.1.0",
"handlebars": "^4.7.6",
"lodash.chunk": "^4.2.0",
"redis": "^2.8.0",
"twit": "^2.2.9",
"twitter-error-handler": "^2.1.0",
"twitter-oauth2": "^1.1.0",
"twittersignin": "^1.0.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^6.6.0",
"jasmine": "^3.5.0",
"mitm": "^1.7.0",
"mock-require": "^3.0.3",
"redis-mock": "^0.46.0",
"serverless": "^2.72.3",
"serverless-dotenv-plugin": "^2.1.1",
"serverless-offline": "^8.8.0"
}
}