Install Chota

This commit is contained in:
Maciej Pędzich 2023-09-02 20:30:30 +02:00
parent 7403f014d8
commit b39d1c4ae3
2 changed files with 10 additions and 3 deletions

8
package-lock.json generated
View File

@ -8,7 +8,8 @@
"name": "catsof-tech",
"version": "0.0.1",
"dependencies": {
"astro": "^3.0.7"
"astro": "^3.0.7",
"chota": "^0.9.2"
}
},
"node_modules/@ampproject/remapping": {
@ -1387,6 +1388,11 @@
"fsevents": "~2.3.2"
}
},
"node_modules/chota": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/chota/-/chota-0.9.2.tgz",
"integrity": "sha512-DmCHT/R+yMr/aYQuokkJeNIjknSgpMpM9mR0tDlqPu8A+lGo9TS/KFPpze5Q9PPrCWenp/VG7Y10usyNDoIygQ=="
},
"node_modules/chownr": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",

View File

@ -10,6 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.0.7"
"astro": "^3.0.7",
"chota": "^0.9.2"
}
}
}