# wpvr/9.1.2/package.json

WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress, version 9.1.2. 20 lines.

- Page: https://pluginprobe.com/plugins/wpvr/9.1.2/code/package.json
- Raw: https://pluginprobe.com/plugins/wpvr/9.1.2/raw/package.json
- Modified: 2026-09-15T11:16:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpvr/9.1.2/code/package.json#L10-L20`.

```json
{
  "name": "wpvr",
  "version": "9.1.2",
  "description": "WP VR - 360 Panorama and virtual tour creator is a customized panaroma & virtual builder tool for your website.",
  "scripts": {
    "build": "wp-scripts build",
    "start": "wp-scripts start",
    "build:legacy": "cd legacy && webpack",
    "plugin:build": "bash ./bin/build_plugin.sh",
    "plugin:zip": "bash ./bin/build_plugin.sh",
    "env:start": "cd legacy && wp-env start",
    "env:stop": "cd legacy && wp-env stop"
  },
  "devDependencies": {
    "@wordpress/scripts": "^30.0.0"
  },
  "author": "",
  "license": "GPL-2.0+"
}

```
