UNPKG

@fungible-systems/webcrypto-expo

Version:

A WebCrypto Polyfill for Expo (React Native)

84 lines (83 loc) 2.3 kB
{ "name": "@fungible-systems/webcrypto-expo", "version": "1.1.8", "description": "A WebCrypto Polyfill for Expo (React Native)", "files": [ "build/**/*.{ts,js}", "index.d.ts", "README.md", "LICENSE.md" ], "main": "build/webcrypto.js", "module": "build/webcrypto.es.js", "types": "index.d.ts", "prettier": "@stacks/prettier-config", "scripts": { "test": "mocha", "coverage": "nyc npm test", "coveralls": "nyc report --reporter=text-lcov | coveralls", "build": "npm run build:module", "clear": "rimraf build/*", "rebuild": "npm run clear && npm run build", "build:module": "rollup -c", "lint": "eslint . --ext .ts", "lint:fix": "eslint --fix . --ext .ts", "lint:prettier": "prettier --check \"src/**/*.{ts,tsx}\" *.js", "lint:prettier:fix": "prettier --write \"src/**/*.{ts,tsx}\" *.js", "prepub": "npm run lint && npm run rebuild", "pub": "npm version patch && npm publish", "postpub": "git push && git push --tags origin master", "prepub:next": "npm run lint && npm run rebuild", "pub:next": "npm version prerelease --preid=next && npm publish --tag next", "postpub:next": "git push" }, "keywords": [ "webcrypto", "crypto", "sha", "rsa", "ec", "aes", "des", "hmac", "pbkdf2", "eddsa", "x25519", "ed25519", "x448", "ed448" ], "license": "MIT", "devDependencies": { "@peculiar/webcrypto-test": "1.0.7", "@stacks/prettier-config": "0.0.8", "@types/mocha": "9.0.0", "@types/node": "16.4.7", "@typescript-eslint/eslint-plugin": "4.23.0", "@typescript-eslint/parser": "4.23.0", "coveralls": "3.1.0", "eslint": "7.26.0", "eslint-plugin-import": "2.22.1", "micro-stacks": "0.0.27", "mocha": "9.0.3", "nyc": "15.1.0", "prettier": "^2.3.2", "rimraf": "3.0.2", "rollup": "2.47.0", "rollup-plugin-typescript2": "0.30.0", "ts-node": "10.1.0", "typescript": "4.2.4" }, "dependencies": { "@peculiar/asn1-schema": "2.0.32", "@peculiar/json-schema": "1.1.12", "buffer": "6.0.3", "expo-standard-web-crypto": "1.1.0", "pvtsutils": "1.1.6", "tslib": "2.2.0", "webcrypto-core": "1.2.0" }, "peerDependencies": { "micro-stacks": "*" } }