UNPKG

local-tokens

Version:

Bundled oauth-mock-server with pre-configured token clients (sinple-oauth2) for testing services and middleware

67 lines (66 loc) 1.68 kB
{ "name": "local-tokens", "version": "0.2.1", "description": "Bundled oauth-mock-server with pre-configured token clients (sinple-oauth2) for testing services and middleware", "homepage": "https://github.com/northone-inc/local-tokens", "scripts": { "start": "npm run dev", "test": "vitest", "lint": "eslint", "build": "node esbuild.mjs", "dev": "npm run build -- --watch" }, "engines": { "node": ">=14.0.0" }, "author": "Blake E <blake@northone.com> (https://www.northone.com/)", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "package.json", "package-lock.json", "README.md", "LICENSE" ], "keywords": [ "testing", "oauth", "tokens", "localhost", "mocks", "oauth-mock-server", "auth", "token-verify", "simple-oauth2" ], "repository": { "type": "git", "url": "https://github.com/northone-inc/local-tokens.git" }, "license": "MIT", "dependencies": { "debug": "^4.3.4", "oauth2-mock-server": "^5.0.1", "simple-oauth2": "^5.0.0", "token-verify": "^0.1.6", "uuid": "^9.0.0" }, "devDependencies": { "@antfu/eslint-config": "^0.34.0", "@commitlint/cli": "^17.3.0", "@commitlint/config-conventional": "^17.3.0", "@faker-js/faker": "^7.6.0", "@tsconfig/node18": "^1.0.1", "@types/debug": "^4.1.7", "@types/simple-oauth2": "^4.1.1", "@types/uuid": "^9.0.0", "@vitest/coverage-c8": "^0.26.2", "esbuild": "^0.16.10", "esbuild-node-externals": "^1.6.0", "esbuild-plugin-d.ts": "^1.1.0", "eslint": "^8.30.0", "husky": "^8.0.2", "vitest": "^0.26.1" } }