UNPKG

@okta/configuration-validation

Version:

Configuration validation support for Okta JavaScript SDKs

80 lines (79 loc) 2.02 kB
{ "name": "@okta/configuration-validation", "version": "1.1.0", "description": "Configuration validation support for Okta JavaScript SDKs", "main": "./dist/lib.js", "module": "./dist/lib.esm.js", "types": "./dist/lib.d.ts", "files": [ "dist", "src" ], "scripts": { "clean": "rimraf dist", "build": "rollup -c", "lint": "eslint . && tsc -p test", "prepare": "yarn build", "test": "yarn lint && yarn test:unit", "test:unit": "jest test/" }, "repository": { "type": "git", "url": "git+https://github.com/okta/okta-oidc-js.git" }, "keywords": [ "okta", "oidc", "OpenID Connect", "authentication", "auth", "oauth2" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/okta/okta-oidc-js/issues" }, "homepage": "https://github.com/okta/okta-oidc-js#readme", "devDependencies": { "@babel/core": "^7.8.0", "@babel/plugin-transform-typescript": "^7.11.0", "@babel/preset-env": "^7.8.2", "@babel/preset-typescript": "^7.10.4", "@types/jest": "^25.2.3", "@types/json-schema": "^7.0.5", "@types/minimatch": "^3.0.3", "@types/node": "^14.6.1", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "babel-jest": "^26.3.0", "deep-extend": "^0.6.0", "eslint": "^7.7.0", "eslint-plugin-jest": "^23.20.0", "jest": "^26.4.2", "rimraf": "^3.0.2", "rollup": "^2.35.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.29.0", "typescript": "^4.0.2" }, "jest": { "moduleNameMapper": { "^@okta/configuration-validation$": "<rootDir>/src/lib" }, "restoreMocks": true, "testEnvironment": "jsdom", "testMatch": [ "**/test/*.{js,ts}" ], "roots": [ "test" ] }, "dependencies": { "@okta/okta-auth-js": "^6.1.0" }, "okta": { "commitSha": "55b4b16e2aa6bad19bf02b743052bf8847aee899", "fullVersion": "1.1.0-g55b4b16-g55b4b16" } }