-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.48 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
{
"name": "@dflydev/streamdeck-restreamio",
"version": "0.0.0",
"description": "Restream.io plugin for Stream Deck",
"repository": "https://github.com/dflydev/streamdeck-restreamio",
"scripts": {
"browserify": "browserify -t @sethvincent/dotenvify build/restreamio-plugin.js > com.dflydev.streamdeck.restreamio.sdPlugin/public/dist/restreamio-plugin-bundle.js && browserify -t @sethvincent/dotenvify build/restreamio-property-inspector.js > com.dflydev.streamdeck.restreamio.sdPlugin/public/dist/restreamio-property-inspector-bundle.js",
"build": "npm run tsc && npm run browserify",
"lint": "eslint src/**/*.ts",
"fix": "eslint --fix src/**/*.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc -p tsconfig.json",
"watch": "tsc-watch --onSuccess \"npm run browserify\""
},
"author": "Beau Simensen <[email protected]> (https://beausimensen.com)",
"license": "MIT",
"devDependencies": {
"@sethvincent/dotenvify": "^1.0.4",
"@tsconfig/recommended": "^1.0.1",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"axios": "^0.21.1",
"axios-auth-refresh": "^3.1.0",
"browserify": "^17.0.0",
"dotenv": "^8.2.0",
"eslint": "^7.21.0",
"eslint-plugin-github": "^4.1.1",
"prettier": "^2.2.1",
"retry-axios": "^2.4.0",
"streamdeck-typescript": "^3.0.0",
"tsc-watch": "^4.2.9",
"typescript": "^4.2.2",
"watchify": "^4.0.0"
}
}