UNPKG

@eroscripts/osr-emu

Version:

A web-based graphical emulator for open source strokers.

37 lines (36 loc) 841 B
{ "name": "@eroscripts/osr-emu", "version": "1.0.0", "packageManager": "bun@1.2.15", "description": "A web-based graphical emulator for open source strokers.", "author": "soritesparadox", "maintainers": ["dimava"], "license": "MIT", "homepage": "https://github.com/Eroscripts/osr-emu#readme", "repository": { "type": "git", "url": "git+https://github.com/Eroscripts/osr-emu.git" }, "bugs": { "url": "https://github.com/Eroscripts/osr-emu/issues" }, "keywords": [ "osr", "osr2", "sr6", "stroker", "multi-axis", "robot" ], "main": "osr-emu.ts", "scripts": { "lint": "eslint --fix --cache" }, "dependencies": { "three": "^0.176.0" }, "devDependencies": { "@antfu/eslint-config": "^4.13.2", "eslint": "^9.27.0" } }