Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jun 2, 2024
1 parent 1685bd6 commit 01c16ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/cosmic_pi_network/did-manager/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "did-manager",
"version": "1.0.0",
"scripts": {
"start": "ts-node src/index.ts"
},
"dependencies": {
"ts-node": "^10.7.0",
"typescript": "^4.3.5"
}
}

0 comments on commit 01c16ad

Please sign in to comment.