Skip to content

Commit

Permalink
Create package.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 13, 2024
1 parent 561b013 commit b5e1245
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions projects/pi-atlas/package.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "pi-atlas",
"version": "1.0.0",
"description": "A Decentralized, AI-Powered, and Quantum-Resistant Network Cartography System",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "jest"
},
"keywords": [],
"author": "KOSASIH",
"license": "Apache 2.0",
"dependencies": {
"express": "^4.17.1",
"body-parser": "^1.19.0",
"mongoose": "^5.10.18",
"graphql": "^15.5.0",
"apollo-server-express": "^2.18.2",
"ai-lib": "^1.2.3",
"quantum-lib": "^0.5.1",
"network-cartography-lib": "^3.4.2"
},
"devDependencies": {
"jest": "^26.6.3",
"nodemon": "^2.0.7"
}
}

0 comments on commit b5e1245

Please sign in to comment.