@belloai/ls
Version:
base64 的Local Storage
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "@belloai/ls",
"version": "0.0.1",
"description": "base64 的Local Storage",
"keywords": [
"Local",
"Storage"
],
"author": "thomas-ballo <liurongliang@balloai.com>",
"homepage": "https://github.com/threfo/bello_frontend#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/threfo/bello_frontend.git"
},
"scripts": {
"build": "rimraf lib/* && rollup -c",
"watch": "rimraf lib/* && rollup -c -w",
"prepublishOnly": "yarn run build"
},
"bugs": {
"url": "https://github.com/threfo/bello_frontend/issues"
},
"dependencies": {
"js-base64": "^3.7.2",
"store": "^2.0.12"
},
"gitHead": "1b562824607b789e1d212a988e324cb88c31eca6"
}