UNPKG

@phillipivan/emberplus-connection

Version:
92 lines 3.02 kB
{ "name": "@phillipivan/emberplus-connection", "version": "0.4.5", "description": "Javascript implementation of the Ember+ automation protocol", "engines": { "node": ">=22.17" }, "files": [ "dist/**/*" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "husky", "build": "rimraf dist && run build:main", "build:main": "tsc -p tsconfig.build.json", "lint:raw": "eslint", "lint": "run lint:raw .", "lint-fix": "run lint --fix", "unit": "jest --coverage", "test": "run lint && jest test", "test:coverage": "run test -- --coverage", "cov": "jest --coverage; open-cli coverage/lcov-report/index.html", "cov-open": "open-cli coverage/lcov-report/index.html", "changelog": "sofie-version", "release": "run reset && run test && sofie-version", "reset": "git clean -dfx && git reset --hard && yarn", "validate:dependencies": "yarn npm audit --environment production && run license-validate", "validate:dev-dependencies": "yarn npm audit --environment development", "license-validate": "sofie-licensecheck --allowPackages caniuse-lite@1.0.30001541", "husky": "./node_modules/.bin/husky", "eslint": "./node_modules/.bin/eslint", "prettier": "./node_modules/.bin/prettier", "lint-staged": "./node_modules/.bin/lint-staged" }, "contributors": [ "Gilles Dufour <dufour.gilles@gmail.com> (www.gdnet.be)", "Brian Mayton <bmayton@bdm.cc> (http://bdm.cc)", "Ola Christian Gundelsby <ola.christian.gundelsby@nrk.no> (https://nrk.no)", "Balte de Wit <contact@balte.nl> (https://superfly.tv/)", "Richard Cartwright (https://superfly.tv/)" ], "repository": { "type": "git", "url": "git+https://github.com/phillipivan/sofie-emberplus-connection.git" }, "license": "MIT", "dependencies": { "debug": "^4.4.1", "eventemitter3": "^5.0.1", "gdnet-asn1": "^1.0.0", "long": "^5.3.2", "smart-buffer": "^4.2.0", "tslib": "^2.8.1" }, "devDependencies": { "@sofie-automation/code-standard-preset": "~3.1.1", "@types/debug": "^4.1.12", "@types/jest": "^30.0.0", "@types/long": "^5.0.0", "@types/node": "^22.17.1", "@types/safer-buffer": "^2.1.3", "eslint": "^9.33.0", "eslint-plugin-jest": "^29.0.1", "husky": "^9.1.7", "jest": "^30.0.5", "lint-staged": "^16.1.5", "prettier": "^3.6.2", "rimraf": "^6.0.1", "ts-jest": "^29.4.1", "typescript": "~5.9.2", "typescript-eslint": "^8.39.1" }, "bugs": { "url": "https://github.com/phillipivan/sofie-emberplus-connection.git/issues" }, "homepage": "https://github.com/phillipivan/sofie-emberplus-connection.git#readme", "keywords": [ "emberplus", "lawo" ], "prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", "lint-staged": { "*.{css,json,md,scss}": [ "yarn prettier --write" ], "*.{ts,tsx,js,jsx}": [ "yarn lint:raw --fix" ] }, "packageManager": "yarn@4.9.2" }