Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 21, 2024
1 parent d783f02 commit 8587df1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "cosmia-core",
"version": "1.0.0",
"description": "The most advanced high-tech in the universe",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1",
"helmet": "^4.6.0",
"cors": "^2.8.5",
"compression": "^1.7.4",
"mongodb": "^3.6.3",
"redis": "^3.1.2",
"mongoose": "^5.11.10",
"scrypt-js": "^3.0.1",
"ed25519": "^1.1.1",
"big-integer": "^1.6.47"
}
}

0 comments on commit 8587df1

Please sign in to comment.