-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.21 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "sqwid-backend",
"version": "1.0.19",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"start:clean": "rm -rf node_modules&&rm -f yarn.lock&&yarn install&&yarn start",
"dev": "nodemon --no-deprecation index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@polkadot/api": "^10.11.2",
"@polkadot/types-known": "^10.11.2",
"@reef-chain/evm-provider": "^2.0.3",
"@reef-chain/util-lib": "^2.4.1",
"@sqwid/rekognition-wrapper": "^1.0.1",
"axios": "^0.24.0",
"console-stamp": "^3.1.2",
"cors": "^2.8.5",
"csv-parse": "^5.3.0",
"dotenv": "^16.3.1",
"express": "^4.17.1",
"express-rate-limit": "^6.2.0",
"firebase-admin": "^11.2.0",
"graphql": "^16.7.1",
"helmet": "^4.6.0",
"ipfs-http-client": "56.0.2",
"jsonwebtoken": "^8.5.1",
"loglevel": "^1.8.1",
"mime-types": "^2.1.35",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"node-stream-zip": "^1.15.0",
"react": "^18.2.0",
"redis": "^4.0.3",
"rxjs": "^7.8.1",
"sharp": "^0.30.7",
"typesense": "^1.7.2"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}