Files
product_inventory/package-lock.json
2024-11-07 21:49:40 -07:00

20 lines
545 B
JSON

{
"name": "product_inventory",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"@types/google-apps-script": "^1.0.85"
}
},
"node_modules/@types/google-apps-script": {
"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"
}
}
}