mirror of
https://github.com/stjet/bns.git
synced 2025-12-29 11:19:25 +00:00
8 lines
103 B
JSON
8 lines
103 B
JSON
{
|
|
"scripts": {
|
|
"test": "cd ..; tsc -p .; cd node_test; node index.js"
|
|
},
|
|
"type": "module"
|
|
}
|
|
|