localstorageclient
Version:
Use Local Storage easily with types
31 lines (30 loc) • 639 B
JSON
{
"name": "localstorageclient",
"version": "0.0.2",
"description": "Use Local Storage easily with types",
"main": "index.js",
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kythonlk/LocalStorageClient.git"
},
"keywords": [
"nodejs",
"js",
"localstorage",
"react",
"vue",
"anguler"
],
"author": "kythonlk",
"license": "ISC",
"bugs": {
"url": "https://github.com/kythonlk/LocalStorageClient/issues"
},
"homepage": "https://github.com/kythonlk/LocalStorageClient#readme",
"devDependencies": {
"vitest": "^2.0.4"
}
}