@startpage/local-storage
Version:
Local storage management for your startpage
41 lines (40 loc) • 879 B
JSON
{
"name": "@startpage/local-storage",
"version": "0.2.6",
"description": "Local storage management for your startpage",
"keywords": [
"react",
"startpage",
"react-context",
"react-hooks",
"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"
},
"gitHead": "0e056a7c19f3e4ef08ad11fb77ac0db260f87fc4"
}