pipe-rename 1.3.0

Rename your files using your favorite text editor
{
  "private": false,
  "name": "@okta/okta-auth-js",
  "description": "The Okta Auth SDK",
  "version": "4.0.0",
  "homepage": "https://github.com/okta/okta-auth-js",
  "license": "Apache-2.0",
  "type": "commonjs",
  "main": "cjs/server/index.js",
  "module": "lib/server/index.js",
  "browser": "dist/okta-auth-js.umd.js",
  "react-native": "lib/server/index.js",
  "types": "lib/browser/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/okta/okta-auth-js.git"
  },
  "bugs": {
    "url": "https://github.com/okta/okta-auth-js/issues"
  },
  "scripts": {
    "clean": "yarn clean:build && yarn clean:modules",
    "clean:build": "rimraf build && rimraf build2",
    "clean:modules": "lerna exec rimraf node_modules && rimraf node_modules",
    "dev": "webpack --config webpack.dev.config.js",
    "lint": "eslint .",
    "lint:report": "eslint -f checkstyle -o ./build2/reports/lint/eslint-checkstyle-result.xml .",
    "validate": "yarn tsc --noEmit && yarn lint && yarn --cwd test/app validate",
    "test": "yarn test:unit && yarn test:e2e && yarn test:e2e:saucelabs",
    "test:unit": "yarn test:karma && yarn test:browser && yarn test:server",
    "test:e2e": "yarn --cwd test/e2e start",
    "test:e2e:saucelabs": "export RUN_SAUCE_TESTS=true && yarn test:e2e",
    "test:karma": "karma start --single-run",
    "test:browser": "jest --config ./jest.browser.js",
    "test:server": "jest --config ./jest.server.js",
    "test:report": "yarn test --ci --silent || true",
    "build": "node scripts/build.js",
    "build:cdn": "cross-env NODE_ENV=production webpack --config webpack.cdn.config.js -p",
    "build:web": "cross-env NODE_ENV=production webpack --config webpack.config.js --output-library-target=umd -p",
    "build:server": "cross-env babel lib -d build/cjs --config-file ./babel.node.json --extensions \".ts\",\".js\"",
    "build:polyfill": "cross-env NODE_ENV=production webpack --config webpack.polyfill.config.js --output-library-target=umd -p",
    "prepare": "",
    "start": "yarn --cwd test/app start --open"
  },
  "author": "Okta",
  "keywords": [
    "Okta",
    "authentication",
    "auth",
    "login"
  ],
  "browserslist": [
    "> 0.1%",
    "not opera < 69",
    "not firefox < 53",
    "not safari < 7.1",
    "not ie < 11",
    "not IE_Mob 11"
  ],
  "engines": {
    "node": ">=10.3",
    "yarn": "^1.7.0"
  },
  "dependencies": {
    "Base64": "0.3.0",
    "core-js": "^3.6.5",
    "cross-fetch": "^3.0.0",
    "js-cookie": "2.2.0",
    "node-cache": "^4.2.0",
    "text-encoding": "^0.7.0",
    "tiny-emitter": "1.1.0",
    "webcrypto-shim": "^0.1.5",
    "xhr2": "0.1.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.0",
    "@babel/core": "^7.8.0",
    "@babel/plugin-proposal-class-properties": "^7.10.1",
    "@babel/plugin-transform-modules-commonjs": "^7.10.1",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/plugin-transform-typescript": "^7.10.5",
    "@babel/preset-env": "^7.8.2",
    "@babel/preset-typescript": "^7.10.4",
    "@types/jest": "^25.2.3",
    "@types/node": "^14.0.3",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-plugin-mockable-imports": "^1.7.1",
    "chalk": "2.4.2",
    "cross-env": "^5.1.1",
    "dotenv": "^8.1.0",
    "eslint": "^7.1.0",
    "eslint-plugin-compat": "^3.3.0",
    "eslint-plugin-jasmine": "^2.10.1",
    "eslint-plugin-jsdoc": "^25.4.2",
    "eslint-plugin-node": "^11.1.0",
    "globby": "^6.1.0",
    "istanbul-instrumenter-loader": "^3.0.1",
    "jasmine-ajax": "^4.0.0",
    "jest": "^24.9.0",
    "jest-junit": "^9.0.0",
    "json-loader": "0.5.4",
    "karma": "^4.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage-istanbul-reporter": "^2.0.5",
    "karma-jasmine": "^2.0.1",
    "karma-jquery": "^0.2.3",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.5",
    "lerna": "^2.11.0",
    "lodash": "4.17.11",
    "promise.allsettled": "^1.0.1",
    "shelljs": "0.8.3",
    "ts-loader": "^8.0.1",
    "typescript": "^3.9.6",
    "webpack": "^4.43.0"
  },
  "jest-junit": {
    "outputDirectory": "./build2/reports/unit/",
    "outputName": "junit-result.xml"
  },
  "workspaces": [
    "test/app",
    "test/e2e",
    "test/support"
  ],
  "okta": {
    "commitSha": "fbf2d2635e139917f5710e7f047795c747a4e390",
    "fullVersion": "4.0.0-gfbf2d26"
  }
}