UNPKG

@owlnext/heimdall-js-native

Version:

Heimdall API client & utils for react native technologies

55 lines (54 loc) 1.38 kB
{ "name": "@owlnext/heimdall-js-native", "version": "1.0.2", "description": "Heimdall API client & utils for react native technologies", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "rm -rf ./dist && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/owlnext-fr/heimdallJS-native.git" }, "keywords": [ "heimdall", "api", "crypt", "security", "native", "react-native" ], "author": "Owlnext", "license": "ISC", "bugs": { "url": "https://github.com/owlnext-fr/heimdallJS-native/issues" }, "homepage": "https://github.com/owlnext-fr/heimdallJS-native#readme", "devDependencies": { "@types/react-native-base64": "^0.2.0", "@types/react-native-crypto-js": "^1.0.0", "dotenv": "^10.0.0" }, "dependencies": { "@owlnext/heimdall-js-native": "^1.0.1", "@types/crypto-js": "^4.1.0", "@types/node": "^18.7.15", "@types/uuid": "^8.3.3", "axios": "^0.24.0", "crypto-js": "^4.1.1", "expo-secure-store": "^11.3.0", "js-sha512": "^0.8.0", "nodejs-base64": "^2.0.0", "react-native-base64": "^0.2.1", "react-native-crypto-js": "^1.0.0", "react-native-uuid": "^2.0.1", "ts-node": "^10.4.0", "typescript": "^4.5.4", "uuid": "^8.3.2" } }