mirror of
https://github.com/ChanX21/Sigillum
synced 2026-04-21 15:47:55 +00:00
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "sigillum",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"start": "node api/index.ts",
|
|
"dev": "nodemon --watch api -e js,ts,ejs --exec \"npm run build && node dist/\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@mysten/sui": "^1.26.1",
|
|
"@qdrant/js-client-rest": "^1.13.0",
|
|
"axios": "^1.8.4",
|
|
"cors": "^2.8.5",
|
|
"crypto-js": "^4.2.0",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^5.1.0",
|
|
"mongoose": "^8.13.2",
|
|
"multer": "^1.4.5-lts.2",
|
|
"pinata": "^2.2.0",
|
|
"sharp": "^0.34.1",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^5.0.1",
|
|
"@types/mongoose": "^5.11.97",
|
|
"@types/multer": "^1.4.11",
|
|
"@types/node": "^20.11.24",
|
|
"@types/sharp": "^0.32.0",
|
|
"@types/uuid": "^9.0.8",
|
|
"nodemon": "^3.1.9",
|
|
"rimraf": "^5.0.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|