-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
47
{
"name": "@aboutcircles/profile-pinning-service",
"version": "0.3.0",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"dev": "npx nodemon ./src/index.ts",
"docker": "docker build -t profile-service . && docker run -p 3000:3000 profile-service"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/body-parser": "^1.19.5",
"@types/connect-timeout": "^0.0.39",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"typescript": "^5.5.3"
},
"engines": {
"node": "22.13.0"
},
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"@circles-sdk/data": "^0.15.1",
"@types/bs58": "^4.0.4",
"@types/sqlstring": "^2.3.2",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"better-sqlite3": "^11.6.0",
"body-parser": "1.20.3",
"bs58": "^6.0.0",
"connect-timeout": "^1.9.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "5.0.0",
"isomorphic-dompurify": "^2.20.0",
"kubo-rpc-client": "^5.0.2",
"lru-cache": "^11.0.0",
"multihashes": "^4.0.3",
"sharp": "^0.33.4",
"sqlstring": "^2.3.3",
"uuid": "^11.0.5",
"viem": "^2.21.54",
"winston": "^3.13.1"
}
}