UNPKG

react-native-keypair-lib

Version:
65 lines (64 loc) 1.7 kB
{ "name": "react-native-keypair-lib", "title": "React Native Keypair Lib", "version": "1.0.10", "description": "React Native Keypair Lib", "main": "index.js", "files": [ "android", "ios", "README.md", "*.js", "*.ts", "*.podspec" ], "scripts": { "test": "jest --passWithNoTests --config jestconfig.json", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "build": "npm run clean && tsc && npm run copy-files", "clean": "rm -f *.ts & rm -f *.js", "copy-files": "" }, "repository": { "type": "git", "url": "git+https://github.com/pasfranc/react-native-keypair-lib.git", "baseUrl": "https://github.com/pasfranc/react-native-keypair-lib" }, "keywords": [ "react-native", "keypair", "keypair recovery", "recovery questions", "zencode", "zenroom" ], "author": { "name": "Pasquale Pio Frncavilla", "email": "pasfranc@gmail.com" }, "license": "ISC", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": ">=16.8.1", "react-native": ">=0.60.0-rc.0 <1.0.x" }, "devDependencies": { "@types/jest": "^26.0.22", "@types/react-native": "^0.64.4", "jest": "^26.6.3", "prettier": "^2.2.1", "react": "^16.9.0", "react-native": "^0.61.5", "ts-jest": "^26.5.4", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.2.4" } }