@nlabs/arkhamjs-storage-browser
Version:
Browser storage for ArkhamJS with enhanced performance and modern ESNext features
80 lines (79 loc) • 2.06 kB
JSON
{
"name": "@nlabs/arkhamjs-storage-browser",
"version": "3.30.6",
"publishConfig": {
"access": "public"
},
"description": "Browser storage for ArkhamJS with enhanced performance and modern ESNext features",
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib/index.js",
"browser": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"keywords": [
"arkhamjs",
"flux",
"browser",
"nitrogenlabs",
"storage",
"localStorage",
"sessionStorage",
"cache",
"performance"
],
"author": {
"name": "Giraldo Rosales",
"email": "giraldo@nitrogenlabs.com",
"url": "http://nitrogenlabs.com"
},
"repository": {
"type": "git",
"url": "nitrogenlabs/arkhamjs.git"
},
"homepage": "https://arkhamjs.io",
"bugs": {
"url": "https://github.com/nitrogenlabs/arkhamjs/issues"
},
"scripts": {
"build": "lex compile --remove",
"clean": "lex clean",
"lint": "lex lint --fix",
"prepublishOnly": "npm run build",
"publish:major": "npm version major && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:patch": "npm version patch && npm publish",
"pretest": "npm run lint",
"reset": "lex clean",
"test": "lex test",
"test:watch": "lex test --watch",
"test:coverage": "lex test --coverage",
"update": "lex update --interactive",
"type-check": "tsc --noEmit",
"size": "npm run build && node -e \"console.log('Bundle size:', require('fs').statSync('./lib/index.js').size, 'bytes')\""
},
"peerDependencies": {
"@nlabs/arkhamjs": "^3.26.0"
},
"devDependencies": {
"@nlabs/arkhamjs": "*"
},
"files": [
"lib",
"index.js",
"index.d.ts",
"LICENSE",
"package.json",
"README.md"
],
"gitHead": "fc371e1e28fe0ae35d40d29a217d5f0e990ec32a",
"type": "module"
}