UNPKG

@linenext/dapp-portal-sdk

Version:

Dapp Portal SDK

85 lines (84 loc) 2.98 kB
{ "name": "@linenext/dapp-portal-sdk", "description": "Dapp Portal SDK", "version": "1.5.2", "main": "build/index.cjs.js", "module": "build/index.es.js", "types": "build/src/index.d.ts", "directories": { "build": "build" }, "files": [ "build/index.cjs.js", "build/index.es.js", "build/src/" ], "scripts": { "build": "rollup -c rollup.config.mjs", "build:prod:internal": "rollup -c rollup.config.mjs --environment BUILD_ENV:internal", "build:dev": "rollup -c rollup.config.mjs --environment NODE_ENV:development,BUILD_ENV:internal", "build:watch": "rollup -c rollup.config.mjs --environment NODE_ENV:development,BUILD_ENV:internal --watch", "clean": "rm -rf ./build ./.rpt2_cache", "test": "node --max-old-space-size=4096 node_modules/.bin/jest --testMatch=\"**/test/**/*.test.ts\"", "test:integration": "jest --testMatch=\"**/test.build/**/*.test.ts\" --testPathIgnorePatterns=node_modules", "test:integration:iife": "node ./scripts/verify-iife-bundle.js", "lint": "eslint \"src/**/*.{ts,tsx}\" \"test/**/*.{ts,tsx}\" \"test.build/**/*.{ts,tsx}\"", "prettier": "prettier --check \"src/**/*.{ts,tsx}\" \"test/**/*.{ts,tsx}\" \"test.build/**/*.{ts,tsx}\"", "prettier:fix": "prettier --write \"src/**/*.{ts,tsx}\" \"test/**/*.{ts,tsx}\" \"test.build/**/*.{ts,tsx}\"" }, "keywords": [ "dapp", "klaytn", "wallet", "sdk", "kaiawallet" ], "author": "LINE NEXT", "license": "UNLICENSED", "dependencies": { "@line/liff": "^2.24.0", "@okxconnect/ui": "^1.7.9", "@reown/appkit": "^1.7.4", "@reown/appkit-wallet-button": "^1.7.4", "@rollup/plugin-alias": "^5.1.1", "@types/async-lock": "^1.4.2", "async-lock": "^1.4.1", "axios": "^1.7.7", "decimal.js": "^10.6.0", "eventemitter3": "^5.0.1", "jwt-decode": "^4.0.0", "uuid": "^11.0.3" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.29.0", "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-replace": "^6.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^8.35.0", "@typescript-eslint/parser": "^8.35.0", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.5.1", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.6.1", "rollup": "^4.24.4", "rollup-plugin-polyfill-node": "^0.13.0", "rollup-plugin-typescript2": "^0.36.0", "rollup-plugin-visualizer": "^6.0.3", "rollup-plugin-web-worker-loader": "^1.7.0", "ts-jest": "^29.2.5", "tslib": "^2.8.1", "typescript": "^5.6.3" }, "peerDependencies": { "@reown/appkit": "^1.7.0", "@reown/appkit-wallet-button": "^1.7.0" } }