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 6, 2024
1 parent 5786a93 commit f669336
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions blockchain_integration/PiSure/database/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "pi-sure-database",
"version": "1.0.0",
"description": "PiSure database",
"main": "index.ts",
"scripts": {
"migrate": "typeorm migration:run",
"revert": "typeorm migration:revert",
"seed": "typeorm seed:run"
},
"dependencies": {
"typeorm": "^0.2.25",
"pg": "^8.5.1",
"mongodb": "^3.6.3"
}
}

0 comments on commit f669336

Please sign in to comment.