{ "name": "buttplug-protocol-docs", "version": "1.0.0", "description": "Buttplug Protocol Specification", "main": "index.js", "scripts": { "dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress dev protocol-spec", "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build protocol-spec" }, "repository": { "type": "git", "url": "git+https://github.com/metafetish/buttplug.git" }, "author": "Kyle Machulis ", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/metafetish/buttplug/issues" }, "homepage": "https://github.com/metafetish/buttplug#readme", "dependencies": { "@vuepress/plugin-back-to-top": "^1.9.7", "mermaid": "^9.1.6", "vuepress": "^1.9.7", "vuepress-plugin-matomo": "^1.0.2", "yarn": "^1.22.19" }, "devDependencies": { "cross-env": "^7.0.3" } }