{
  "name": "@2bitlab/ls",
  "version": "1.0.4",
  "description": "base64 的Local Storage",
  "keywords": [
    "Local",
    "Storage"
  ],
  "author": "thomas-ballo <liurongliang@balloai.com>",
  "homepage": "https://github.com/2bitlab/bit_f_core#readme",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "main": "lib/index.common.js",
  "unpkg": "lib/index.js",
  "jsdelivr": "lib/index.js",
  "files": [
    "src",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/2bitlab/bit_f_core.git"
  },
  "scripts": {
    "build": "rimraf lib/* && rollup -c",
    "watch": "rimraf lib/* && rollup -c -w",
    "prepublishOnly": "yarn run build"
  },
  "bugs": {
    "url": "https://github.com/2bitlab/bit_f_core/issues"
  },
  "dependencies": {
    "js-base64": "^3.7.2",
    "store": "^2.0.12"
  },
  "gitHead": "4246957361a8e55214b68401318b017c7256732d"
}
