@locii/biopass-cognito-sdk
Version:
Biopass Cognito Web SDK
65 lines (64 loc) • 1.92 kB
JSON
{
"name": "@locii/biopass-cognito-sdk",
"version": "0.0.41",
"description": "Biopass Cognito Web SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"release": "npm version $(semver $npm_package_version -i major) && npm publish --tag latest",
"release:minor": "npm version $(semver $npm_package_version -i minor) && npm publish --tag latest",
"release:patch": "npm version $(semver $npm_package_version -i patch) && npm publish --tag latest",
"release:beta": "npm version $(semver $npm_package_version -i prerelease --preid $(npm whoami) ) && npm publish --tag beta",
"start": "ts-node index.ts",
"test": "jest --config jestconfig.json",
"build": "tsc",
"prepublish": "tsc",
"lint": "tslint -p tsconfig.json",
"format": "prettier --write \"src/**/*.ts\" ",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"authenticaton",
"login with",
"signin with",
"biopass",
"biopass auth",
"cognito",
"aws",
"amplify",
"aws-amplify",
"mfa",
"multi factor authentication",
"passwordless"
],
"author": "Revotech pty ltd",
"license": "ISC",
"repository": {
"type": "git",
"url": ""
},
"devDependencies": {},
"dependencies": {
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.5",
"prettier": "^2.6.2",
"ts-jest": "^27.1.2",
"typescript": "^4.6.4",
"aws-amplify": "^4.3.41"
},
"peerDependencies": {},
"bundledDependencies": [],
"files": [
"lib/**/*"
]
}