solid-swr-store
Version:
SolidJS bindings for swr-store
72 lines (71 loc) • 1.79 kB
JSON
{
"version": "0.10.7",
"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"
],
"name": "solid-swr-store",
"devDependencies": {
"@types/node": "^18.13.0",
"eslint": "^8.33.0",
"eslint-config-lxsmnsyc": "^0.4.8",
"pridepack": "^2.4.0",
"solid-js": "^1.6.2",
"swr-store": "0.10.6",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"solid-js": "^1.2",
"swr-store": "^0.10"
},
"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": "SolidJS bindings for swr-store",
"author": "Alexis Munsayac",
"private": false,
"repository": {
"url": "https://github.com/lxsmnsyc/swr-store.git",
"type": "git"
},
"homepage": "https://github.com/lxsmnsyc/swr-store/tree/main/packages/solid-swr-store",
"bugs": {
"url": "https://github.com/lxsmnsyc/swr-store/issues"
},
"publishConfig": {
"access": "public"
},
"typesVersions": {
"*": {}
},
"gitHead": "892284d83df4494fab14e78623910e5008bf98e7"
}