sheets-parser
Version:
Parsing module for effortless Sheets-to-data conversion .
29 lines (28 loc) • 695 B
JSON
{
"name": "sheets-parser",
"version": "1.1.1",
"description": "Parsing module for effortless Sheets-to-data conversion .",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PartMan7/sheets-parser.git"
},
"keywords": [
"googleapis",
"googlesheets",
"sheets"
],
"author": "PartMan7",
"license": "MIT",
"bugs": {
"url": "https://github.com/PartMan7/sheets-parser/issues"
},
"homepage": "https://github.com/PartMan7/sheets-parser#readme",
"dependencies": {
"@googleapis/sheets": "^10.0.1"
}
}