UNPKG

tv-automation-quantel-gateway-client

Version:
83 lines 2.66 kB
{ "name": "tv-automation-quantel-gateway-client", "version": "4.0.0", "description": "Quantel gateway client library", "engines": { "node": ">=18.0" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist", "/CHANGELOG.md", "/README.md", "/LICENSE" ], "scripts": { "prepare": "husky install", "build": "rimraf dist && yarn build:main", "build:main": "tsc -p tsconfig.json", "lint:raw": "eslint --ext .ts --ext .js --ext .tsx --ext .jsx --ignore-pattern dist --ignore-pattern docs", "lint": "yarn lint:raw .", "lint-fix": "yarn lint --fix", "unit": "jest --passWithNoTests", "test": "yarn lint && yarn unit", "test:coverage": "yarn test -- --coverage", "cov": "jest --coverage; open-cli coverage/lcov-report/index.html", "cov-open": "open-cli coverage/lcov-report/index.html", "reset": "git clean -dfx && git reset --hard && yarn", "validate:dependencies": "yarn npm audit --environment production && sofie-licensecheck", "validate:dev-dependencies": "yarn npm audit --environment development", "release": "sofie-version", "prettier": "cd $INIT_CWD && \"$PROJECT_CWD/node_modules/.bin/prettier\"", "eslint": "cd $INIT_CWD && \"$PROJECT_CWD/node_modules/.bin/eslint\"", "lint-staged": "cd $INIT_CWD && \"$PROJECT_CWD/node_modules/.bin/lint-staged\"" }, "author": "Johan Nyman <johan@superfly.tv>", "contributors": [ "Richard Cartwright <spark@superfly.tv> (https://superfly.tv/)" ], "repository": { "type": "git", "url": "git+https://github.com/nrkno/tv-automation-quantel-gateway-client" }, "license": "MIT", "dependencies": { "node-fetch": "2.7.0" }, "devDependencies": { "@sofie-automation/code-standard-preset": "~3.0.0", "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "@types/node-fetch": "2.6.12", "eslint": "^9.24.0", "husky": "^9.1.7", "jest": "^29.3.1", "lint-staged": "^15.5.1", "open-cli": "^7.1.0", "prettier": "^3.5.3", "rimraf": "^3.0.2", "ts-jest": "^29.0.3", "typescript": "~5.7.3" }, "bugs": { "url": "https://github.com/nrkno/tv-automation-quantel-gateway-client/issues" }, "homepage": "https://github.com/nrkno/tv-automation-quantel-gateway-client#readme", "directories": {}, "keywords": [ "quantel-gateway", "quantel", "sofie" ], "prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", "lint-staged": { "*.{css,json,md,scss,yml}": [ "prettier --write" ], "*.{ts,tsx,js,jsx}": [ "yarn lint:raw --fix" ] }, "packageManager": "yarn@4.6.0" }