@sat-mtl/scenic-api
Version:
A JavaScript library that wraps the SwitcherIO API
53 lines (52 loc) • 1.48 kB
JSON
{
"name": "@sat-mtl/scenic-api",
"version": "0.7.0",
"description": "A JavaScript library that wraps the SwitcherIO API",
"main": "dist/scenic-api.js",
"exports": "./dist/scenic-api.js",
"scripts": {
"lint": "standard --fix",
"test": "jest --config config/jest.config.js",
"test:integration": "npm test -- --runInBand test/integration",
"test:unit": "npm test -- --coverage test/unit",
"build": "webpack --config config/webpack.config.js",
"prepare": "npm run build"
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git@gitlab.com:sat-mtl/tools/scenic/scenic-api.git"
},
"keywords": [
"API",
"SocketIO",
"Scenic",
"Switcher"
],
"author": "Société des Arts Technologiques <scenic-dev@sat.qc.ca> (https://sat.qc.ca/)",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"babel-loader": "^8.2.5",
"jest": "^28.1.3",
"jest-retries": "^1.0.1",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^7.1.1",
"socket.io": "^4.5.1",
"standard": "^17.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"socket.io-client": "^4.5.3"
},
"babel": {
"extends": "./config/babel.config.js"
}
}