Buttplug sex toy control library
1{ 2 "name": "buttplug-protocol-docs", 3 "version": "1.0.0", 4 "description": "Buttplug Protocol Specification", 5 "main": "index.js", 6 "scripts": { 7 "dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress dev protocol-spec", 8 "build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build protocol-spec" 9 }, 10 "repository": { 11 "type": "git", 12 "url": "git+https://github.com/metafetish/buttplug.git" 13 }, 14 "author": "Kyle Machulis <kyle@machul.is>", 15 "license": "BSD-3-Clause", 16 "bugs": { 17 "url": "https://github.com/metafetish/buttplug/issues" 18 }, 19 "homepage": "https://github.com/metafetish/buttplug#readme", 20 "dependencies": { 21 "@vuepress/plugin-back-to-top": "^1.9.7", 22 "mermaid": "^9.1.6", 23 "vuepress": "^1.9.7", 24 "vuepress-plugin-matomo": "^1.0.2", 25 "yarn": "^1.22.19" 26 }, 27 "devDependencies": { 28 "cross-env": "^7.0.3" 29 } 30}