UNPKG

remix-auth-afdian

Version:
75 lines (74 loc) 2.09 kB
{ "name": "remix-auth-afdian", "version": "1.0.1", "description": "爱发电 for Remix Auth", "main": "./build/index.js", "module": "./build/index.js", "types": "./build/index.d.ts", "scripts": { "prepare": "npm run build", "build": "tsc --project tsconfig.json", "typecheck": "tsc --project tsconfig.json --noEmit", "lint": "eslint --ext .ts,.tsx src/", "test": "jest --config=config/jest.config.ts --passWithNoTests", "coverage": "npm run test -- --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/willin/remix-auth-afdian.git" }, "author": "Willin Wang <willin@willin.org> (https://willin.wang/)", "bugs": { "url": "https://github.com/willin/remix-auth-afdian/issues" }, "homepage": "https://github.com/willin/remix-auth-afdian#readme", "keywords": [ "remix", "remix-auth", "auth", "authentication", "strategy", "afdian" ], "license": "Apache-2.0", "files": [ "build", "package.json", "README.md" ], "peerDependencies": { "remix-auth": "^3.4.0" }, "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.23.0", "@jest/types": "^29.6.3", "@remix-run/node": "^2.0.1", "@remix-run/react": "^2.0.1", "@remix-run/server-runtime": "^2.0.0", "@types/jest": "^29.5.5", "@types/node": "^20.8.0", "@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/parser": "^6.7.3", "babel-jest": "^29.7.0", "eslint": "^8.50.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-jest": "^27.4.2", "eslint-plugin-jest-dom": "^5.1.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-unicorn": "^48.0.1", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", "prettier": "^3.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "remix-auth": "^3.5.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "dependencies": { "remix-auth-oauth2": "^1.11.0" } }