@omneedia/auth-js
Version:
Isomorphic Auth client
65 lines (64 loc) • 1.81 kB
JSON
{
"name": "@omneedia/auth-js",
"version": "1.0.0",
"description": "Isomorphic Auth client",
"keywords": [
"gotrue",
"omneedia",
"auth",
"authentication"
],
"homepage": "https://github.com/omneedia/auth-js",
"bugs": "https://github.com/omneedia/auth-js/issues",
"license": "MIT",
"author": "Omneedia",
"files": [
"dist",
"src"
],
"main": "dist/main/index.js",
"module": "dist/module/index.js",
"types": "dist/module/index.d.ts",
"repository": "omneedia/auth-js",
"scripts": {
"clean": "rimraf dist docs",
"coverage": "echo \"run npm test\"",
"format": "prettier --write \"{src,test}/**/*.ts\"",
"build": "genversion src/lib/version.ts --es6 && run-s clean format build:*",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json"
},
"dependencies": {
"cross-fetch": "^3.1.5"
},
"devDependencies": {
"@types/faker": "^5.1.6",
"@types/jest": "^28.1.6",
"@types/jsonwebtoken": "^8.5.6",
"@types/node": "^16.11.7",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"faker": "^5.3.1",
"genversion": "^3.1.1",
"jest": "^28.1.3",
"jest-mock-server": "^0.1.0",
"jsonwebtoken": "^8.5.1",
"npm-run-all": "^4.1.5",
"prettier": "2.7.1",
"rimraf": "^3.0.2",
"semantic-release-plugin-update-version-in-files": "^1.1.0",
"ts-jest": "^28.0.7",
"typedoc": "^0.22.16",
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
}
}