UNPKG

@ktamas77/abletonlink

Version:

Node.js native bindings for Ableton Link - Real-time music synchronization

65 lines (64 loc) 1.54 kB
{ "name": "@ktamas77/abletonlink", "version": "1.2.3", "description": "Node.js native bindings for Ableton Link - Real-time music synchronization", "main": "index.js", "types": "index.d.ts", "scripts": { "configure": "node-gyp configure", "build": "node-gyp build", "rebuild": "node-gyp rebuild", "clean": "node-gyp clean", "test": "jest", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"", "install": "node-gyp rebuild", "prepublishOnly": "npm run build", "prepare": "husky" }, "repository": { "type": "git", "url": "git+https://github.com/ktamas77/ableton-link.git" }, "keywords": [ "ableton", "link", "music", "sync", "tempo", "beat", "midi", "audio", "native", "addon" ], "author": "Tamas Kalman", "license": "MIT", "bugs": { "url": "https://github.com/ktamas77/ableton-link/issues" }, "homepage": "https://github.com/ktamas77/ableton-link#readme", "dependencies": { "bindings": "^1.5.0", "node-addon-api": "^8.0.0" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "husky": "^9.1.7", "jest": "^29.0.0", "lint-staged": "^16.1.2", "node-gyp": "^10.0.0", "prettier": "^3.6.2", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "gypfile": true, "lint-staged": { "*.{js,jsx,ts,tsx,json,md}": [ "prettier --write" ] } }