google-sheets-mapper
Version:
### A library for getting data from Google Sheets API v4
68 lines (67 loc) • 1.54 kB
JSON
{
"name": "google-sheets-mapper",
"description": "### A library for getting data from Google Sheets API v4",
"version": "1.0.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": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gglukmann/google-sheets-mapper.git"
},
"keywords": [
"google-sheets-mapper",
"google-sheets",
"google-sheets-api",
"google-sheets-api-v4"
],
"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",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"module": "dist/google-sheets-mapper.esm.js",
"size-limit": [
{
"path": "dist/google-sheets-mapper.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/google-sheets-mapper.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.7.0",
"husky": "^4.3.0",
"size-limit": "^4.7.0",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^4.0.5"
}
}