@towercg2/server
Version:
The server runtime for the TowerCG2 video graphics system.
84 lines (83 loc) • 1.91 kB
JSON
{
"name": "@towercg2/server",
"description": "The server runtime for the TowerCG2 video graphics system.",
"author": "Ed Ropple <ed+towercg2@edropple.com> (https://edboxes.com)",
"license": "AGPL-3.0",
"homepage": "https://github.com/towercg2/towercg2",
"bugs": "https://github.com/towercg2/towercg2/issues",
"keywords": [
"obs",
"streaming",
"twitch",
"nodecg",
"xsplit",
"overlays",
"vmix",
"wirecast",
"miracast",
"mixer"
],
"repository": {
"type": "git",
"url": "https://github.com/towercg2/towercg2"
},
"version": "0.1.3",
"main": "dist",
"types": "dist/index.d.ts",
"files": [
"*"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"precommit": "npm run test",
"prepush": "npm run test",
"test": "tslint --project . && jest",
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"@towercg2/client": "0.1.3",
"@types/bunyan": "1.8.4",
"@types/deep-freeze": "0.1.1",
"@types/express": "4.16.0",
"@types/lodash": "4.14.112",
"@types/socket.io": "1.4.36",
"@types/uuid": "3.4.3",
"bunyan": "^1.8.12",
"deep-freeze": "^0.0.1",
"express": "^4.16.3",
"express-async-handler": "^1.1.3",
"jest": "^23.4.1",
"lodash": "^4.17.10",
"redux": "^4.0.0",
"sleep-promise": "^8.0.1",
"socket.io": "^2.1.1",
"ts-jest": "^23.0.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/jest": "23.3.0",
"husky": "0.14",
"jest": "22.0",
"ts-jest": "22.4.1",
"tslint": "5.9.1",
"typescript": "2.8.4"
},
"engines": {
"node": ">= 8.0.0"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}