{ "name": "webstorage-decorators", "version": "4.2.0", "description": "Decorators to sync class properties to Local/Session storage", "repository": "https://github.com/ztimson/WebstorageDecorators", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "scripts": { "build": "tsc", "test": "jest --verbose", "test:coverage": "npx jest --verbose --coverage", "watch": "npm run build && tsc --watch" }, "files": [ "lib" ], "keywords": [ "Decorators", "LocalStorage", "SessionStorage", "WebStorage" ], "author": "Zak Timson", "license": "ISC", "dependencies": {}, "devDependencies": { "@types/jest": "^26.0.15", "jest": "^26.6.0", "ts-jest": "^26.4.1", "typescript": "^4.0.3" } }