-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
{
"name": "openvideo-api",
"version": "1.0.0",
"description": "The server for OpenVideo, an open-source video sharing network that respects your privacy.",
"main": "build/index.js",
"scripts": {
"tsc": "tsc",
"start": "tsc && node ./build/index.js"
},
"keywords": [],
"author": "raphydaphy",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"@types/bcrypt": "^3.0.0",
"@types/uuid": "^8.0.0",
"@types/requestretry": "^1.12.7",
"@types/lru-cache": "^5.1.0",
"typescript": "^3.9.6",
"aws-sdk": "^2.712.0",
"graphql": "^15.3.0",
"apollo-server-express": "^2.16.0",
"neo4j-driver": "^4.1.0",
"bcrypt": "^5.0.0",
"uuidv4": "^6.2.0",
"jdenticon": "^2.2.0",
"request": "^2.88.2",
"requestretry": "^4.1.1",
"lru-cache": "^6.0.0",
"google-auth-library": "^6.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TikTokClone/server.git"
},
"bugs": {
"url": "https://github.com/TikTokClone/server/issues"
},
"homepage": "https://github.com/TikTokClone/server#readme"
}