-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 918 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
31
32
33
34
35
36
37
{
"name": "anon.land",
"version": "0.1.0",
"description": "Open source image board made with <3",
"main": "index.js",
"scripts": {
"start": "node ./server/index.js",
"startDev": "nodemon ./server/index.js"
},
"author": "Grunt",
"license": "ISC",
"dependencies": {
"@google-cloud/firestore": "^4.7.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"firebase-admin": "^9.4.1",
"multer": "^1.4.2",
"nodemon": "^2.0.4",
"path": "^0.12.7",
"sharp": "^0.28.2",
"socket.io": "^3.1.1",
"uuid": "^8.3.1"
},
"devDependencies": {
"prettier": "2.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anonland/anon.land.git"
},
"bugs": {
"url": "https://github.com/anonland/anon.land.git"
},
"homepage": "https://github.com/anonland/anon.land#readme"
}