-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"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"
}
}