UNPKG

@resolute/gsheet

Version:

Simple abstractions for Google Sheets

54 lines (53 loc) 1.24 kB
{ "name": "@resolute/gsheet", "version": "0.1.1", "description": "Simple abstractions for Google Sheets", "main": "./", "types": "./", "files": [ "*.js", "*.d.ts", "!*.test.js", "!*.test.d.ts" ], "scripts": { "build": "npm run clean && tsc && prettier --write *.js *.d.ts && (eslint --fix *.js > /dev/null 2>&1; true)", "release": "np", "prepublishOnly": "npm test && npm run build", "clean": "del-cli *.js *.js.map *.d.ts", "test": "echo TODO" }, "repository": { "type": "git", "url": "git+https://github.com/resolute/gsheet.git" }, "license": "MIT", "engines": { "node": ">=10.0.0" }, "bugs": { "url": "https://github.com/resolute/gsheet/issues" }, "homepage": "https://github.com/resolute/gsheet", "keywords": [ "google", "sheets", "gsheet" ], "dependencies": { "@googleapis/sheets": "^4.0.2", "@resolute/std": "^0.2.0" }, "devDependencies": { "@types/node": "*", "@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/parser": "*", "del-cli": "*", "eslint": "*", "eslint-config-airbnb-base": "*", "eslint-plugin-import": "*", "np": "*", "prettier": "*", "typescript": "*" } }