2018-05-03 15:07:59 -04:00
|
|
|
{
|
|
|
|
"name": "webstorage-decorators",
|
2021-02-01 22:20:15 -05:00
|
|
|
"version": "3.1.3",
|
2021-01-28 10:24:11 -05:00
|
|
|
"description": "Decorators to sync class properties to Local/Session storage",
|
2018-05-03 15:07:59 -04:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"typings": "./lib/index.d.ts",
|
|
|
|
"scripts": {
|
2018-05-03 15:15:20 -04:00
|
|
|
"build": "tsc",
|
2021-01-28 10:24:11 -05:00
|
|
|
"test": "jest --verbose"
|
2018-05-03 15:07:59 -04:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"keywords": [
|
2021-01-28 10:24:11 -05:00
|
|
|
"Decorators",
|
2018-05-03 15:07:59 -04:00
|
|
|
"LocalStorage",
|
|
|
|
"SessionStorage",
|
|
|
|
"WebStorage"
|
|
|
|
],
|
|
|
|
"author": "Zak Timson",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2021-01-28 10:24:11 -05:00
|
|
|
"@types/crypto-js": "^4.0.1",
|
|
|
|
"crypto-js": "^4.0.0"
|
2018-05-03 15:07:59 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-01-28 10:24:11 -05:00
|
|
|
"@types/jest": "^26.0.15",
|
|
|
|
"jest": "^26.6.0",
|
|
|
|
"ts-jest": "^26.4.1",
|
|
|
|
"typescript": "^4.0.3"
|
2018-05-03 15:07:59 -04:00
|
|
|
}
|
|
|
|
}
|