google-sheets-mapper
Version:
### A library for getting data from Google Sheets API v4
63 lines (62 loc) • 1.47 kB
JSON
{
"name": "google-sheets-mapper",
"version": "2.2.0",
"description": "### A library for getting data from Google Sheets API v4",
"keywords": [
"google-sheets",
"google-sheets-api",
"google-sheets-api-v4",
"google-sheets-mapper"
],
"homepage": "https://github.com/gglukmann/use-google-sheets#readme",
"bugs": {
"url": "https://github.com/gglukmann/use-google-sheets/issues"
},
"license": "MIT",
"author": "Gert Glükmann <gglukmann@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/gglukmann/google-sheets-mapper.git"
},
"files": [
"dist",
"src"
],
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"scripts": {
"dev": "tsdx dev",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"format": "tsdx format",
"typecheck": "tsdx typecheck",
"prepublishOnly": "bun run build"
},
"devDependencies": {
"bunchee": "^6.9.4",
"oxfmt": "^0.27.0",
"oxlint": "^1.42.0",
"tsdx": "^2.0.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=20"
}
}