UNPKG

google-retail-api-client

Version:
65 lines (64 loc) 1.93 kB
{ "name": "google-retail-api-client", "version": "2.0.0", "description": "Official TypeScript client for Google Retail API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest --passWithNoTests", "lint": "eslint src/**/*.ts --max-warnings 0", "prepare": "npm run build", "prepublishOnly": "npm run build", "preversion": "npm run lint && npm test", "version": "git add -A src || true", "postversion": "git push && git push --tags || true", "release:patch": "npm version patch -m 'Release %s'", "release:minor": "npm version minor -m 'Release %s'", "release:major": "npm version major -m 'Release %s'" }, "keywords": [ "google", "retail", "api", "client", "search", "recommendations", "predictions", "typescript" ], "author": "Aldrin Mojica", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jajamoks/google-retail-api-client.git" }, "bugs": { "url": "https://github.com/jajamoks/google-retail-api-client/issues" }, "homepage": "https://github.com/jajamoks/google-retail-api-client#readme", "dependencies": { "google-auth-library": "^9.0.0" }, "devDependencies": { "@eslint/js": "^9.14.0", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.57.1", "globals": "^15.12.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0", "typescript-eslint": "^8.13.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" } }