UNPKG

@abetomo/spreadsearch

Version:

Search Google Spreadsheet data using Groonga.

55 lines (54 loc) 1.07 kB
{ "name": "@abetomo/spreadsearch", "version": "2.0.3", "description": "Search Google Spreadsheet data using Groonga.", "main": "index.js", "scripts": { "lint": "standard", "test": "npm run lint && npm run unit", "unit": "jest" }, "bin": { "spreadsearch": "./bin/spreadsearch.js" }, "repository": { "type": "git", "url": "git+https://github.com/abetomo/spreadsearch.git" }, "keywords": [ "spreadsheet", "groonga" ], "author": "abetomo", "license": "LGPL-2.1", "bugs": { "url": "https://github.com/abetomo/spreadsearch/issues" }, "homepage": "https://github.com/abetomo/spreadsearch#readme", "dependencies": { "nroonga": "^0.4.1", "ss2json": "^3.0.3" }, "devDependencies": { "jest": "^24.9.0", "standard": "^14.1.0" }, "files": [ "LICENSE", "README.md", "__mocks__", "bin", "index.js", "lib", "package.json" ], "publishConfig": { "access": "public" }, "jest": { "collectCoverage": true }, "engines": { "node": ">= 8.0.0" } }