chore(deps): add package.json and package-lock.json with initial dependencies

This commit is contained in:
Prad Nukala
2026-09-02 15:29:10 -04:00
parent 65e7abee9a
commit d2390a8aad
2 changed files with 17575 additions and 0 deletions
+19
View File
@@ -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
}
}