mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "neuron-server",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "node -r ts-node/register -r tsconfig-paths/register --env-file .env src/index.ts",
|
|
"format": "prettier --write \"{src,test}/**/*.{js,ts}\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/jsonwebtoken": "^9.0.7",
|
|
"@types/multer": "^1.4.12",
|
|
"@types/node": "^22.7.7",
|
|
"@types/pg": "^8.11.10",
|
|
"@types/ws": "^8.5.12",
|
|
"concurrently": "^9.0.1",
|
|
"nodemon": "^3.1.7",
|
|
"prettier": "^3.3.3",
|
|
"ts-node": "^10.9.2",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.675.0",
|
|
"axios": "^1.7.7",
|
|
"bcrypt": "^5.1.1",
|
|
"bullmq": "^5.21.1",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.1",
|
|
"js-base64": "^3.7.7",
|
|
"js-sha256": "^0.11.0",
|
|
"kafkajs": "^2.2.4",
|
|
"kysely": "^0.27.4",
|
|
"multer": "^1.4.5-lts.1",
|
|
"pg": "^8.13.0",
|
|
"postgres": "^3.4.4",
|
|
"redis": "^4.7.0",
|
|
"sharp": "^0.33.5",
|
|
"ulid": "^2.3.0",
|
|
"ws": "^8.18.0",
|
|
"yjs": "^13.6.20"
|
|
}
|
|
}
|