mirror of
https://github.com/stjet/bns.git
synced 2025-12-29 11:19:25 +00:00
13 lines
178 B
JSON
13 lines
178 B
JSON
{
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"compile": "tsc -p ."
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"banani-bns": "^0.0.9"
|
|
}
|
|
}
|