UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

56 lines (55 loc) 1.7 kB
{ "name": "@kilterset/auth0-actions-testing", "version": "0.3.6", "description": "Test and develop Auth0 Actions or Okta CIC Actions locally.", "repository": "https://github.com/kilterset/auth0-actions-testing", "homepage": "https://github.com/kilterset/auth0-actions-testing#readme", "bugs": "https://github.com/kilterset/auth0-actions-testing/issues", "keywords": [ "auth0", "okta", "cic", "actions", "testing" ], "scripts": { "test": "npm run test:src && npm run test:examples", "test:src": "node --test $(find dist -name *.test.js)", "test:examples": "cd examples && node --test", "build": "tsc --build && npm run build:copy-declarations", "build:watch": "tsc --watch", "build:clean": "rm -rf dist; npm run build", "build:copy-declarations": "cd src && rsync -Rv $(find . -name '*.d.ts') ../dist/", "release": "npm run build:clean && [ -d \"dist\" ] && npm publish --access public" }, "contributors": [ "Pete Nicholls <pnicholls@kilterset.com>", "Matt Wratt <mwratt@kilterset.com>", "Nathan Kramer <nkramer@kilterset.com>", "Kris Sugandhi <ksugandhi@kilterset.com>" ], "license": "ISC", "type": "commonjs", "dependencies": { "@types/chance": "^1.1.6", "@types/fetch-mock": "^7.3.8", "@types/node": "^18.15.3", "chance": "^1.1.11", "fetch-mock": "^11.1.5", "fishery": "^2.2.2", "typescript": "^5.3.3" }, "devDependencies": { "@types/node-fetch": "^2.6.12" }, "optionalDependencies": { "node-fetch": "^2.7.0" }, "overrides": { "node@22": { "@types/node": "^22.13.9" } }, "main": "dist/index.js", "typings": "dist/index.d.ts" }