-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 753 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "tweet_hack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"solve": "cd backend && node --loader ts-node/esm solve.ts",
"scrape": "cd backend && node --loader ts-node/esm scrape.ts",
"start": "cd frontend && npm run open-browser && vercel dev",
"start-admin": "cd admin && npm run open-browser && npm run dev",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy-dev": "cd frontend && vercel",
"deploy-prod": "cd frontend && vercel --prod",
"deploy-backend": "cd backend/functions && firebase deploy --only functions"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/common-tags": "^1.8.1"
}
}