{
  "name": "standalone-auth",
  "version": "2.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "rollup -c && yarn transpile && uglifyjs ./dist/index.js -o dist/index.js",
    "watch": "rollup -c --watch",
    "serve": "ws --directory dist",
    "publish:os:staging": "kart archive ./dist --archive-root releases.kano.me --from-repo . --channel staging --name os-auth --release",
    "publish:os:prod": "kart archive ./dist --archive-root releases.kano.me --from-repo . --channel production --name os-auth --release",
    "publish:web:staging": "kart archive ./dist --archive-root releases.kano.me --from-repo . --channel staging --name web-auth --release",
    "publish:web:prod": "kart archive ./dist --archive-root releases.kano.me --from-repo . --channel production --name web-auth --release",
    "i18n:generate": "rollup -c && i18n-generator ./dist/**/*.js -o locale/en-us.json",
    "transpile": "babel dist --out-dir dist"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@kano/api-client": "^3.4.15",
    "@kano/common": "^1.0.3",
    "@kano/demo-helpers": "^3.0.16",
    "@kano/es6-server": "^1.0.3",
    "@kano/i18n": "^1.0.4",
    "@kano/kwc-auth": "^3.0.12",
    "@webcomponents/webcomponentsjs": "^2.2.10"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "http-server": "^0.11.1",
    "kart": "^0.10.0",
    "local-web-server": "^3.0.4",
    "rollup": "^0.65.2",
    "rollup-plugin-copy": "^0.2.3",
    "rollup-plugin-html-entry": "^0.2.0",
    "rollup-plugin-minify-html-literals": "^1.2.2",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-terser": "^5.1.1",
    "uglify-es": "^3.3.9"
  }
}
