supertokens-react-native
Version:
React Native SDK for SuperTokens
60 lines • 2.09 kB
JSON
{
"name": "supertokens-react-native",
"version": "5.1.5",
"description": "React Native SDK for SuperTokens",
"main": "index.js",
"scripts": {
"build-check": "cd lib && npx tsc -p tsconfig.json --skipLibCheck --noEmit",
"build": "cd lib && npx tsc -p tsconfig.json --skipLibCheck && cd ../ && cd test/playground && npx tsc -p tsconfig.json",
"pretty": "npx prettier --write --config .prettierrc \"lib/ts/**/*.ts\" \"lib/build/**/*.js\" \"TestingApp/**/*.js\" \"examples/**/*.js\"",
"build-pretty": "npm run build && npm run pretty",
"pretty-check": "npx prettier --check --config .prettierrc \"lib/ts/**/*.ts\" \"lib/build/**/*.js\" \"TestingApp/**/*.js\" \"examples/**/*.js\"",
"set-up-hooks": "cp hooks/pre-commit.sh .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit",
"build-docs": "rm -rf ./docs && npx typedoc --out ./docs --tsconfig ./lib/tsconfig.json ./lib/ts/index.ts",
"size": "size-limit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supertokens/supertokens-react-native.git"
},
"keywords": [
"react-native",
"authentication",
"authorisation",
"supertokens",
"ios",
"android"
],
"author": "rishabhpoddar",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/supertokens/supertokens-react-native/issues"
},
"homepage": "https://github.com/supertokens/supertokens-react-native#readme",
"peerDependencies": {
"axios": "*",
"react-native": ">=0.61.5 <1.0.x",
"@react-native-async-storage/async-storage": ">=1.13.0 <=2.2.x"
},
"devDependencies": {
"@react-native-async-storage/async-storage": "^1.13.0",
"@size-limit/preset-small-lib": "^6.0.4",
"@types/base-64": "^1.0.0",
"@types/react-native": "0.62.0",
"axios": "*",
"prettier": "1.18.2",
"size-limit": "^6.0.4",
"typescript": "5.8.3",
"typedoc": "0.28.5"
},
"dependencies": {
"base-64": "^1.0.0",
"supertokens-js-override": "^0.0.4"
},
"size-limit": [
{
"path": "lib/build/index.js",
"limit": "28kb"
}
]
}