google-api-fetch
Version:
A lightweight Google API client using fetch for edge environments
39 lines (38 loc) • 924 B
JSON
{
"name": "google-api-fetch",
"version": "2.2.1",
"author": "Mattias Kjellsson",
"description": "A lightweight Google API client using fetch for edge environments",
"license": "LGPL-3.0-only",
"type": "module",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mattiaskjellsson/google-api-fetch.git"
},
"bugs": {
"url": "https://github.com/mattiaskjellsson/google-api-fetch/issues"
},
"scripts": {
"test": "node spec/run.js",
"test:coverage": "c8 --reporter=html --reporter=text node spec/run.js",
"lint": "eslint src/**/*.js"
},
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"c8": "^10.1.3",
"eslint": "^9.22.0",
"globals": "^16.0.0",
"jasmine": "^5.6.0"
},
"keywords": [
"google-api",
"fetch",
"google-drive",
"google-docs",
"google-sheets"
]
}