Tact utilities for TON Contests plaform
npm install @ton-contests/tact-utilsTact utilities for TON Contests plaform.
Install package
```
npm i @ton-contests/tact-utils
Add scripts to your package.json file
`json``
{
"build": "ton-contests-tact build",
"pack": "ton-contests-tact pack"
}