-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 873 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
{
"name": "appwrite-devhackathon2022",
"version": "1.0.0",
"description": "Submission for Appwrite Dev.to Hackathon 2022",
"main": "index.js",
"scripts": {
"start:localtunnel": "lt --port 80 --subdomain kit-t-appwrite",
"start:appwrite": "docker compose --project-directory appwrite up -d --remove-orphans",
"start": "npm run start:appwrite && npm run start:localtunnel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kit-t/appwrite-devhackathon2022.git"
},
"keywords": [
"appwritehack"
],
"author": "kit-t",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kit-t/appwrite-devhackathon2022/issues"
},
"homepage": "https://github.com/kit-t/appwrite-devhackathon2022#readme",
"dependencies": {},
"devDependencies": {
"appwrite-cli": "^0.16.0",
"localtunnel": "^2.0.2"
}
}