webstorage-decorators/package.json
2021-01-28 15:18:32 -05:00

33 lines
663 B
JSON

{
"name": "webstorage-decorators",
"version": "3.1.2",
"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"
}
}