UNPKG

@radixdlt/rola

Version:

Radix TypeScript ROLA library

98 lines (97 loc) 2.68 kB
{ "name": "@radixdlt/rola", "version": "2.1.0", "description": "Radix TypeScript ROLA library", "homepage": "https://developers.radixdlt.com", "keywords": [ "radix", "ROLA", "Radix Off-Ledger Authentication", "ledger", "authentication", "passkey", "passwordless", "dlt", "web3", "dApp", "crypto", "DeFi" ], "authors": [ "Alex Stelea <alex.stelea@rdx.works>", "Dawid Sowa <dawid.sowa@rdx.works>" ], "type": "module", "bugs": "https://github.com/radixdlt/rola/issues", "license": "SEE LICENSE IN RADIX-SOFTWARE-EULA", "engines": { "node": ">=14.0.0" }, "files": [ "dist", "RADIX-SOFTWARE-EULA" ], "main": "./dist/rola.js", "types": "./dist/rola.d.ts", "exports": { ".": { "import": { "types": "./dist/rola.d.ts", "default": "./dist/rola.js" }, "require": { "types": "./dist/rola.d.cts", "default": "./dist/rola.cjs" } } }, "scripts": { "build": "tsup src/rola.ts", "prettier": "prettier --cache --check src", "prettier:fix": "prettier --cache --write src", "lint": "eslint --cache \"src/**/*.{ts,tsx}\"", "lint:fix": "eslint --cache --fix \"src/**/*.{ts,tsx}\"", "preview": "vite preview", "pre-push": "npm run build && npm run lint && npm run prettier && npm run test", "prepare": "cd .. && npx husky install", "test": "jest --passWithNoTests --collectCoverage", "test:watch": "jest --watch", "semantic-release": "semantic-release" }, "devDependencies": { "@babel/preset-env": "^7.22.14", "@babel/preset-typescript": "^7.22.11", "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", "@radixdlt/semantic-release-config": "^1.1.0", "@types/jest": "^29.5.4", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "babel-preset-vite": "^1.1.0", "buffer": "^6.0.3", "eslint": "^8.48.0", "eslint-config-alloy": "^5.1.2", "eslint-plugin-unused-imports": "^3.0.0", "husky": "^8.0.3", "isomorphic-fetch": "^3.0.0", "jest": "^29.6.4", "jest-environment-jsdom": "^29.6.4", "prettier": "^3.0.3", "semantic-release": "^21.1.1", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tsup": "^8.0.2", "typescript": "^5.2.2" }, "dependencies": { "@noble/curves": "^1.4.0", "@radixdlt/babylon-gateway-api-sdk": "^1.4.1", "@radixdlt/radix-engine-toolkit": "^1.0.5", "blakejs": "^1.2.1", "neverthrow": "^6 || ^7 || ^8" }, "repository": { "type": "git", "url": "https://github.com/radixdlt/rola.git" } }