mirror of
https://github.com/sonr-io/crypto.git
synced 2026-09-17 01:26:23 +00:00
chore(deps): add package.json and package-lock.json with initial dependencies
This commit is contained in:
Generated
+17556
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "crypto",
|
||||||
|
"private": true,
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "blume dev",
|
||||||
|
"build": "blume build",
|
||||||
|
"doctor": "blume doctor"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"blume": "^1.5.3"
|
||||||
|
},
|
||||||
|
"allowScripts": {
|
||||||
|
"esbuild@0.27.7": true,
|
||||||
|
"esbuild@0.28.2": true,
|
||||||
|
"sharp@0.34.5": true,
|
||||||
|
"sharp@0.35.4": true
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user