first commit
This commit is contained in:
27
server/package.json
Normal file
27
server/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "server",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "mocha tests/**/*.test.js --exit"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"bs58": "^6.0.0",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^17.2.3",
|
||||
"duckdb": "^1.4.3",
|
||||
"express": "^5.2.1",
|
||||
"socket.io": "^4.8.3",
|
||||
"tweetnacl": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^6.2.2",
|
||||
"mocha": "^11.7.5",
|
||||
"socket.io-client": "^4.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user