mirror of
https://github.com/Coldcard/push-tx.git
synced 2026-04-26 17:04:01 +00:00
rename
This commit is contained in:
19
cc-implementation/package.json
Normal file
19
cc-implementation/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "coldcard-pushtx",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "20.14.2",
|
||||
"bitcoinjs-lib": "6.1.6",
|
||||
"typescript": "5.4.5",
|
||||
"vite": "5.2.13",
|
||||
"vite-plugin-node-polyfills": "0.22.0",
|
||||
"vite-plugin-singlefile": "2.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user