bookmate
Version:
WIP - Complete API for Chrome bookmatearks: create, read, update, delete and change notifications.
50 lines (49 loc) • 1.17 kB
JSON
{
"name": "bookmate",
"version": "1.4.2",
"type": "module",
"description": "WIP - Complete API for Chrome bookmatearks: create, read, update, delete and change notifications.",
"module": "src/index.js",
"main": "dist/bookmate.js",
"scripts": {
"lint": "watch -n 5 npx eslint .",
"build": "npx rollup --config",
"demo": "node src/demo.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crisdosyago/bookmate.git"
},
"keywords": [
"nodejs",
"chrome",
"observer",
"key-value",
"browser-bookmarks",
"filesystem-api",
"chrome-bookmarks",
"async-generator",
"append-only",
"bookmarks",
"bookm",
"API",
"library",
"change-notifications",
"async-generator",
"async-await",
"CRUD"
],
"author": "@dosy",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/crisdosyago/bookmate/issues"
},
"homepage": "https://github.com/crisdosyago/bookmate#readme",
"devDependencies": {
"eslint": "latest",
"@rollup/plugin-commonjs": "latest",
"nodemon": "latest",
"rollup": "latest",
"rollup-plugin-terser": "latest"
}
}