{
  "name": "vorple",
  "version": "4.0.1",
  "description": "Vorple Interactive Fiction User Interface Library",
  "scripts": {
    "lint": "jshint src/*.js",
    "start": "webpack serve",
    "start:test": "NODE_ENV=unittest webpack serve",
    "build": "./build.sh",
    "build:test": "./tests/stories/compile.sh",
    "test": "wdio wdio.conf.js",
    "test:chrome": "BROWSER=chrome wdio wdio.conf.js",
    "test:firefox": "BROWSER=firefox wdio wdio.conf.js",
    "test:safari": "BROWSER=safari wdio wdio.conf.js --exclude ./tests/specs/audio.test.js",
    "test:all": "npm run test:chrome && npm run test:firefox && npm run test:safari"
  },
  "repository": "github:vorple/vorple",
  "author": "Juhana Leinonen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vorple/vorple/issues"
  },
  "homepage": "https://vorple-if.com",
  "main": "./dist/index.js",
  "module": "commonjs",
  "files": [
    "assets",
    "dist",
    "lib",
    "web",
    "src/haven/*.js",
    "src/quixe",
    "src/types",
    "src/vorple",
    "src/index.ts"
  ],
  "devDependencies": {
    "@babel/cli": "7.17.10",
    "@babel/core": "7.18.5",
    "@babel/plugin-transform-runtime": "7.18.5",
    "@babel/preset-env": "7.18.2",
    "@babel/runtime": "7.18.3",
    "@types/jquery": "3.5.14",
    "@types/node": "18.0.0",
    "@types/toastr": "2.1.39",
    "@types/vex-js": "2.3.30",
    "@typescript-eslint/eslint-plugin": "5.29.0",
    "@typescript-eslint/parser": "5.29.0",
    "@wdio/cli": "7.20.5",
    "@wdio/dot-reporter": "7.20.3",
    "@wdio/local-runner": "7.20.5",
    "@wdio/mocha-framework": "7.20.3",
    "@wdio/selenium-standalone-service": "7.20.3",
    "@wdio/sync": "7.20.5",
    "chai": "4.3.6",
    "chai-webdriverio": "1.0.0",
    "chromedriver": "103.0.0",
    "copy-webpack-plugin": "11.0.0",
    "eslint": "8.18.0",
    "path-browserify": "1.0.1",
    "ts-loader": "9.3.1",
    "typescript": "4.7.4",
    "wdio-chromedriver-service": "7.3.2",
    "webpack": "5.73.0",
    "webpack-cli": "4.10.0",
    "webpack-dev-server": "4.9.2"
  },
  "dependencies": {
    "browserfs": "1.4.3",
    "custom-event-polyfill": "1.0.7",
    "jquery": "3.6.0",
    "jquery-powertip": "1.3.2",
    "semver": "7.3.7",
    "toastr": "2.1.4",
    "vex-dialog": "1.1.0",
    "vex-js": "4.1.0"
  }
}