{ "version": "0.1.3", "license": "Apache-2.0", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "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": "kycdao-react-sdk", "description": "A wrapper around kycdao-js-sdk for React and Next.js", "author": "Sandoche Adittane", "module": "dist/kycdao-react-sdk.esm.js", "size-limit": [ { "path": "dist/kycdao-react-sdk.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/kycdao-react-sdk.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^7.0.8", "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6", "husky": "^8.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "size-limit": "^7.0.8", "tsdx": "^0.14.1", "tslib": "^2.4.0", "typescript": "^4.7.4" }, "dependencies": { "@kycdao/kycdao-sdk": "^0.1.3", "near-api-js": "0.44.2", "persona": "^4.6.0", "retypeapp": "^2.4.0", "styled-components": "^5.3.5" } }