UNPKG

react-aptor

Version:
54 lines (53 loc) 1.05 kB
{ "name": "react-aptor", "version": "2.0.0", "private": false, "description": "React API connector", "keywords": [ "api", "hook", "react", "aptor", "handler", "third-party" ], "homepage": "https://github.com/realamirhe/react-aptor#readme", "bugs": { "url": "https://github.com/realamirhe/react-aptor/issues" }, "repository": { "type": "git", "url": "https://github.com/realamirhe/react-aptor" }, "license": "MIT", "author": { "name": "Amir.H Ebrahimi", "email": "amirhosseinebrahimi77@gmail.com" }, "sideEffects": false, "exports": { "./package.json": "./package.json", ".": { "types": "./index.d.ts", "module": "./esm/index.js", "import": "./esm/index.mjs", "default": "./index.js" } }, "main": "./index.js", "types": "./index.d.ts", "files": [ "**" ], "peerDependencies": { "react": ">=16.8" }, "peerDependenciesMeta": { "react": { "optional": true } }, "engines": { "node": ">=12.7.0" } }