swr-store
Version:
SWR stores for data-fetching
70 lines (69 loc) • 1.67 kB
JSON
{
"version": "0.10.6",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
"module": "./dist/esm/production/index.mjs",
"exports": {
".": {
"development": {
"require": "./dist/cjs/development/index.cjs",
"import": "./dist/esm/development/index.mjs"
},
"require": "./dist/cjs/production/index.cjs",
"import": "./dist/esm/production/index.mjs",
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"license": "MIT",
"keywords": [
"pridepack",
"swr"
],
"name": "swr-store",
"devDependencies": {
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
"eslint-config-lxsmnsyc": "^0.4.8",
"pridepack": "^2.4.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"scripts": {
"prepublish": "pridepack clean && pridepack build",
"build": "pridepack build",
"type-check": "pridepack check",
"lint": "pridepack lint",
"test": "pridepack test --passWithNoTests",
"clean": "pridepack clean",
"watch": "pridepack watch"
},
"description": "SWR stores for data-fetching",
"repository": {
"url": "https://github.com/lxsmnsyc/swr-store.git",
"type": "git"
},
"homepage": "https://github.com/lxsmnsyc/swr-store",
"bugs": {
"url": "https://github.com/lxsmnsyc/swr-store/issues"
},
"publishConfig": {
"access": "public"
},
"author": "Alexis Munsayac",
"private": false,
"dependencies": {
"dequal": "^2.0.3"
},
"typesVersions": {
"*": {}
},
"gitHead": "d13357008c132592ebf51676f02fd83fc5103fb4"
}