use-google-sheets
Version:
### A React Hook wrapper library for google-sheets-mapper for getting data from Google Sheets API v4
66 lines (65 loc) • 1.5 kB
JSON
{
"name": "use-google-sheets",
"description": "### A React Hook wrapper library for google-sheets-mapper for getting data from Google Sheets API v4",
"version": "1.2.0",
"author": "Gert Glükmann <gglukmann@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gglukmann/use-google-sheets/issues"
},
"homepage": "https://github.com/gglukmann/use-google-sheets#readme",
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gglukmann/use-google-sheets.git"
},
"keywords": [
"react",
"hooks",
"react-hooks",
"google-sheets",
"google-sheets-api",
"google-sheets-api-v4"
],
"module": "dist/use-google-sheets.esm.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build"
},
"devDependencies": {
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"husky": "^4.3.0",
"react": "^16.13.1",
"react-dom": "^17.0.1",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^4.0.3"
},
"peerDependencies": {
"react": ">=17.0"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"dependencies": {
"google-sheets-mapper": "^1.0.1"
}
}