-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
30 lines (30 loc) · 891 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
{
"name": "kidala-upload",
"version": "1.2.0",
"description": "full codebase for kidala upload 🚀",
"scripts": {
"frontend": "cd frontend && yarn dev",
"f": "cd frontend && yarn dev",
"s": "cd socket && mix phx.server",
"dev": "cd frontend && yarn dev",
"socket": "cd socket && mix phx.server",
"b": "uvicorn kebab.main:app --host localhost --port 8000 --reload"
},
"repository": {
"type": "git",
"url": "https://github.com/RobzLegz/kidala-upload"
},
"keywords": [
"kidala",
"kidala upload",
"file hosting"
],
"author": "RobzLegz",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobzLegz/kidala-upload/issues"
},
"homepage": "https://github.com/RobzLegz/kidala-upload#readme",
"devDependencies": {},
"dependencies": {}
}