@dinkarjallan/rezilient-utils
Version:

81 lines (80 loc) • 1.67 kB
JSON
{
"version": "0.2.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "@dinkarjallan/rezilient-utils",
"author": "dinkarjallan",
"module": "dist/rezilient-utils.esm.js",
"keywords": [
"offline-first",
"rezilient app",
"rezilientjs",
"network-management",
"retry",
"queue-management",
"error-handling",
"local-storage",
"indexeddb",
"service workers",
"worker threads",
"network",
"network detection",
"frontend-utils",
"state-reconciliation",
"offline-detection",
"background sync"
],
"size-limit": [
{
"path": "dist/rezilient-utils.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/rezilient-utils.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^11.1.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"husky": "^9.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"size-limit": "^11.1.6",
"tsdx": "^0.14.1",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
}
}