use npm to manage modules

This commit is contained in:
Ben Miller
2024-11-07 21:49:40 -07:00
parent 7316ba08d7
commit b3833f4b22
69 changed files with 7 additions and 38561 deletions

8
package-lock.json generated
View File

@ -5,13 +5,13 @@
"packages": {
"": {
"devDependencies": {
"@types/google-apps-script": "^1.0.84"
"@types/google-apps-script": "^1.0.85"
}
},
"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==",
"version": "1.0.85",
"resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.85.tgz",
"integrity": "sha512-O5w3PxI75uqU4d7t24ukQtU87OZ2j0vQp3VWmx9sJ6PTwBRvGhMA+qWShKNetofI8TYaVd8tFzBQXgv3e7ycCQ==",
"dev": true,
"license": "MIT"
}