Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Feb 3, 2024
1 parent 20e5b18 commit 18e3e1c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@
]
}
},
"bin": "teo.js",
"bin": {
"teo": "teo.js"
},
"repository": {
"type": "git",
"url": "https://github.com/teocloud/teo-nodejs"
},
"license": "Apache-2.0",
"dependencies": {
"decimal.js": "^10.4.3"
},
},
"devDependencies": {
"@napi-rs/cli": "^2.14.8",
"ava": "^5.1.1"
Expand Down

0 comments on commit 18e3e1c

Please sign in to comment.