UNPKG

web-shared-preferences-fs-pollyfill

Version:

Pollyfill to use SharedPreferences outside of browsers

37 lines 877 B
{ "name": "web-shared-preferences-fs-pollyfill", "version": "1.0.1", "author": "Der_Googler", "repository": { "type": "git", "url": "https://github.com/DerGoogler/SharedPreferences" }, "main": "dist/index.js", "bugs": { "url": "https://github.com/DerGoogler/SharedPreferences/issues" }, "description": "Pollyfill to use SharedPreferences outside of browsers", "files": [ "/dist" ], "homepage": "https://github.com/DerGoogler/SharedPreferences", "keywords": [ "pllyfill", "localstoarge", "tools", "typescript", "sharedpreferences" ], "license": "GPL-3.0", "resolutions": { "**/typescript": "^4.1.3" }, "scripts": { "build": "rm -rf ./dist/ && tsc", "prepare": "npm run build" }, "dependencies": { "web-shared-preferences": "^1.2.3" }, "devDependencies": { "typescript": "^4.7.4" } }