initial working version

This commit is contained in:
Ben Miller
2024-11-04 01:06:00 -07:00
parent b2af2fc98c
commit 0fd89bc9ea
73 changed files with 38650 additions and 4 deletions

14
node_modules/.package-lock.json generated vendored Normal file
View File

@ -0,0 +1,14 @@
{
"name": "product_inventory",
"lockfileVersion": 3,
"requires": true,
"packages": {
"node_modules/@types/google-apps-script": {
"version": "1.0.84",
"resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.84.tgz",
"integrity": "sha512-qZBeCyk3vJBGEiWtBSRrV89KVovdo9qruw1rQH8OZAQUgXS8RNbMKnnPI5dW+PuJwM8rMiYZpvl6LeaW9IS+WA==",
"dev": true,
"license": "MIT"
}
}
}