UNPKG

@aspida/swr

Version:
40 lines 885 B
{ "name": "@aspida/swr", "version": "1.14.0", "description": "SWR wrapper for aspida", "author": "Solufa <solufa2020@gmail.com>", "license": "MIT", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "exports": { ".": { "require": "./dist/cjs/index.js", "import": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts" }, "./package.json": "./package.json" }, "homepage": "https://github.com/aspida/aspida/tree/master/packages/aspida-swr#readme", "repository": { "type": "git", "url": "git+https://github.com/aspida/aspida.git" }, "bugs": { "url": "https://github.com/aspida/aspida/issues" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "keywords": [ "aspida", "typescript", "swr" ], "peerDependencies": { "aspida": "^1.14.0", "swr": "" } }