UNPKG

@simulacrum/auth0-simulator

Version:

Run local instance of Auth0 API for local development and integration testing

67 lines (66 loc) 2.02 kB
{ "name": "@simulacrum/auth0-simulator", "version": "0.10.2", "description": "Run local instance of Auth0 API for local development and integration testing", "main": "dist/index.js", "bin": "bin/start.js", "scripts": { "start": "node --import=tsx ./example/index.ts", "start:bin": "node ./bin/start.js", "test": "NODE_EXTRA_CA_CERTS=\"$(mkcert -CAROOT)/rootCA.pem\" vitest run --fileParallelism=false", "test:watch": "NODE_EXTRA_CA_CERTS=\"$(mkcert -CAROOT)/rootCA.pem\" vitest watch --fileParallelism=false", "prepack": "tsc --build tsconfig.dist.json && npm run copyAssets", "copyAssets": "node -e \"require('fs').cpSync('./src/views/public/', './dist/views/public/', {recursive: true});\"", "build": "npm run prepack", "clean": "tsc --build --clean tsconfig.dist.json", "lint": "echo noop" }, "repository": { "type": "git", "url": "git+https://github.com/thefrontside/simulacrum.git" }, "files": [ "bin/**/*", "dist/**/*" ], "keywords": [ "simulation", "emulation", "authentication", "auth0", "mock", "mocking", "stubbing", "integration testing" ], "author": "Frontside Engineering <engineering@frontside.com>", "license": "MIT", "bugs": { "url": "https://github.com/thefrontside/simulacrum/issues" }, "homepage": "https://github.com/thefrontside/simulacrum#readme", "dependencies": { "@simulacrum/foundation-simulator": "0.4.1", "@faker-js/faker": "^9.3.0", "assert-ts": "^0.3.4", "base64-url": "^2.3.3", "cookie-session": "^2.1.0", "cosmiconfig": "^9.0.0", "html-entities": "^2.5.2", "jsesc": "^3.1.0", "jsonwebtoken": "^9.0.2", "zod": "^3.24.1" }, "devDependencies": { "@types/base64-url": "^2.2.2", "@types/cookie-session": "^2.0.49", "@types/jsesc": "^3.0.3", "@types/jsonwebtoken": "^9.0.9", "tsx": "^4.19.4", "typescript": "^5.8.3", "vitest": "^1.6.0" }, "volta": { "extends": "../../package.json" } }