public-google-sheets-parser
Advanced tools
Comparing version 1.0.20 to 1.0.21
{ | ||
"name": "public-google-sheets-parser", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "Public Google sheets parser", | ||
"scripts": { | ||
"build:dist": "npx babel ./src/index.js --out-file ./dist/index.js", | ||
"lint": "eslint --format ./node_modules/eslint-friendly-formatter --ext .js .", | ||
"lint:fix": "eslint --format ./node_modules/eslint-friendly-formatter --ext .js . --fix" | ||
}, | ||
"main": "./src/index.js", | ||
"main": "src/index.js", | ||
"unpkg": "dist/index.js", | ||
"jsdelivr": "dist/index.js", | ||
"repository": { | ||
@@ -38,5 +41,10 @@ "type": "git", | ||
"package", | ||
"example" | ||
"example", | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.8", | ||
"@babel/core": "^7.12.8", | ||
"@babel/plugin-transform-async-to-generator": "^7.12.1", | ||
"@babel/plugin-transform-classes": "^7.12.1", | ||
"eslint": "^7.14.0", | ||
@@ -43,0 +51,0 @@ "eslint-friendly-formatter": "^4.0.1", |
# Public Google sheets parser | ||
[](https://standardjs.com) [](https://www.npmjs.com/package/public-google-sheets-parser) | ||
[](https://standardjs.com) [](https://www.npmjs.com/package/public-google-sheets-parser) | ||
@@ -5,0 +5,0 @@  |
816075
9
152
8
2