mirror of
https://github.com/placeholder-soft/gifted-contracts-v2.git
synced 2026-01-12 15:23:44 +08:00
* feat: add NFT Vault * feat: add ts script to update config address * feat: update readme * add nodejs * chore: remove unused files; * deploy vault to dev * deploy vault to staging * deploy vault to prod
11 lines
142 B
JSON
11 lines
142 B
JSON
{
|
|
"dependencies": {
|
|
"p-queue": "^8.0.1",
|
|
"tsx": "^4.17.0",
|
|
"viem": "^2.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.0"
|
|
}
|
|
}
|