Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 12, 2024
1 parent d5b3463 commit c1c8b39
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions blockchain_integration/pi_network/PiRide/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "piride",
"version": "1.0.0",
"description": "Decentralized Ride-Sharing and Transportation Platform",
"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",
"helmet": "^4.6.0",
"cors": "^2.8.5",
"mongoose": "^5.10.18",
"jsonwebtoken": "^8.5.1",
"bcryptjs": "^2.4.3",
"web3": "^1.3.4",
"ipfs-http-client": "^50.1.2"
},
"devDependencies": {
"nodemon": "^2.0.7",
"jest": "^26.6.3",
"ts-jest": "^26.5.6",
"ts-node": "^10.2.1",
"typescript": "^4.1.3"
}
}

0 comments on commit c1c8b39

Please sign in to comment.