-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "cosmia-core",
"version": "1.0.0",
"description": "The central repository for the Cosmia project ( Project Cosmia is an ambitious initiative to develop the Sidra Chain, a revolutionary, high-tech network that interconnects stars and galaxies across the universe. By harnessing the power of advanced technologies, Cosmia aims to create a vast, celestial network that enables seamless communication, data exchange, and cooperation between diverse, intelligent life forms. This groundbreaking project will propel humanity to the forefront of intergalactic exploration, fostering a new era of cosmic collaboration, discovery, and progress ) , containing the core architecture and infrastructure for the Sidra Chain",
"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"
}
}