| { | |
| "name": "google-offers", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "dependencies": { | |
| "debug": "^4.4.3", | |
| "ms": "^2.1.3", | |
| "ts-proto": "^2.11.2" | |
| }, | |
| "scripts": { | |
| "build": "tsc --build", | |
| "clean": "tsc --build --clean" | |
| }, | |
| "devDependencies": { | |
| "typescript": "^5.9.3" | |
| }, | |
| "author": "", | |
| "license": "ISC" | |
| } |