@startpage/bookmarks
Version:
Bookmark management for your startpage
43 lines (42 loc) • 917 B
JSON
{
"name": "@startpage/bookmarks",
"version": "0.2.6",
"description": "Bookmark management for your startpage",
"keywords": [
"react",
"startpage",
"react-context",
"localstorage"
],
"author": "PrettyCoffee <pretty-coffee@outlook.com>",
"homepage": "https://prettycoffee.github.io/startpage",
"license": "MIT",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrettyCoffee/startpage.git"
},
"scripts": {
"build": "tsc"
},
"bugs": {
"url": "https://github.com/PrettyCoffee/startpage/issues"
},
"peerDependencies": {
"react": ">=17.0.0"
},
"dependencies": {
"@startpage/local-storage": "^0.2.6"
},
"gitHead": "0e056a7c19f3e4ef08ad11fb77ac0db260f87fc4"
}