-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "roku-cli",
"version": "0.3.18",
"description": "Roku CLI Build tools",
"main": "dist/roku",
"typings": "dist/roku",
"repository": "https://github.com/adheus/roku-cli.git",
"author": "Adheus Rangel <adheusrangel@gmail.com>",
"license": "MIT",
"bin": {
"roku": "./dist/commands/roku.js"
},
"scripts": {
"build": "tsc",
"test": "jest --runInBand --coverage --detectOpenHandles"
},
"files": [
"dist",
"resources"
],
"dependencies": {
"@adheus/roku-deploy": "https://github.com/adheus/roku-deploy/releases/download/v3.4.2/adheus-roku-deploy-3.4.2.tgz",
"chalk": "^4.1.0",
"fast-xml-parser": "^3.18.0",
"telnet-client": "^1.4.9",
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@types/fs-extra": "^9.0.4",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.12",
"@types/request": "^2.48.5",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"typescript": "^4.1.2"
}
}