v8hd
Version:
Control interface for Roland V-8HD video switchers
53 lines (52 loc) • 1.1 kB
JSON
{
"name": "v8hd",
"version": "1.0.1",
"description": "Control interface for Roland V-8HD video switchers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .ts",
"prepare": "npm run build"
},
"keywords": [
"midi",
"roland",
"video",
"switcher",
"v-8hd",
"control"
],
"author": {
"name": "Kaaaaii"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Kaaaaii/v8hd.git"
},
"bugs": {
"url": "https://github.com/Kaaaaii/v8hd/issues"
},
"homepage": "https://github.com/Kaaaaii/v8hd#readme",
"devDependencies": {
"@types/midi": "^2.0.3",
"@types/node": "^22.13.8",
"tsx": "^4.19.3",
"typescript": "^5.3.2"
},
"dependencies": {
"midi": "^2.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}