@towercg2/cli
Version:
The command-line components for TowerCG2's server.
77 lines (76 loc) • 1.65 kB
JSON
{
"name": "@towercg2/cli",
"description": "The command-line components for TowerCG2's server.",
"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": [
"*"
],
"bin": {
"towercg2": "./bin/towercg2.js"
},
"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/server": "0.1.0",
"@types/bunyan": "^1.8.4",
"bunyan": "^1.8.12",
"clime": "^0.5.9",
"death": "^1.1.0",
"jest": "^23.4.1",
"ts-jest": "^23.0.1",
"ts-node": "^7.0.0"
},
"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"
]
}
}