UNPKG

trusted

Version:

⚖️ Trustworthy localStorage. Validate against a schema, set default values.

63 lines (62 loc) 1.29 kB
{ "version": "0.3.4", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "TZ=utc tsdx test --watch", "lint": "tsdx lint", "prepare": "tsdx build" }, "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "trusted", "description": "⚖️ Trustworthy localStorage. Validate against a schema, set default values.", "keywords": [ "localStorage", "yup", "schema", "default", "trustworthy", "validate", "valid", "typescript", "javascript" ], "author": "Benjamin Leeds", "repository": { "type": "git", "url": "git+https://github.com:baleeds/trusted.git" }, "homepage": "https://github.com/baleeds/trusted", "module": "dist/trusted.esm.js", "devDependencies": { "@types/jest": "^25.1.4", "@types/yup": "^0.26.33", "husky": "^4.2.3", "tsdx": "^0.13.0", "tslib": "^1.11.1", "typescript": "^3.8.3", "yup": "^0.26.10" }, "dependencies": {} }