UNPKG

ive-connect

Version:

A universal haptic device control library for interactive experiences

56 lines (55 loc) 1.27 kB
{ "name": "ive-connect", "version": "0.6.1", "description": "A universal haptic device control library for interactive experiences", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "clean": "rimraf dist", "prebuild": "npm run clean", "prepare": "npm run build", "test": "jest", "lint": "eslint src --ext .ts", "release": "release-it" }, "keywords": [ "haptic", "handy", "buttplug", "device-control", "interactive" ], "author": "iveplay", "license": "MIT", "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "buttplug": "^3.2.2", "buttplug-wasm": "^2.0.1" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "@typescript-eslint/eslint-plugin": "^8.31.0", "@typescript-eslint/parser": "^8.31.0", "eslint": "^9.25.1", "jest": "^29.7.0", "release-it": "^19.0.2", "rimraf": "^6.0.1" }, "engines": { "node": ">=22.0.0" }, "repository": { "type": "git", "url": "https://github.com/iveplay/ive-connect.git" }, "bugs": { "url": "https://github.com/iveplay/ive-connect/issues" }, "homepage": "https://github.com/iveplay/ive-connect#readme" }