{ "name": "webstorage-decorators", "version": "3.1.3", "description": "Decorators to sync class properties to Local/Session storage", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "scripts": { "build": "tsc", "test": "jest --verbose" }, "files": [ "lib" ], "keywords": [ "Decorators", "LocalStorage", "SessionStorage", "WebStorage" ], "author": "Zak Timson", "license": "ISC", "dependencies": { "@types/crypto-js": "^4.0.1", "crypto-js": "^4.0.0" }, "devDependencies": { "@types/jest": "^26.0.15", "jest": "^26.6.0", "ts-jest": "^26.4.1", "typescript": "^4.0.3" } }