forked from esamarathon/esa-featuredchannels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.63 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "esa-featuredchannels",
"version": "1.2.0",
"description": "NodeCG bundle used alongside nodecg-speedcontrol to set featured channels on the ESAMarathon channel.",
"homepage": "https://github.com/esamarathon/esa-featuredchannels#readme",
"bugs": {
"url": "https://github.com/esamarathon/esa-featuredchannels/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esamarathon/esa-featuredchannels.git"
},
"license": "MIT",
"author": "zoton2",
"scripts": {
"autofix": "eslint --fix --ext .ts src/extension && eslint --fix --ext .d.ts src/types",
"build": "tsc -b tsconfig.extension.json",
"clean": "trash node_modules/.cache && trash extension",
"schema-types": "nodecg schema-types",
"start": "node ../..",
"watch": "tsc -b tsconfig.extension.json -w"
},
"dependencies": {
"module-alias": "^2.2.2",
"needle": "^3.0.0",
"speedcontrol-util": "^0.6.0-RC6"
},
"devDependencies": {
"@types/module-alias": "^2.0.1",
"@types/needle": "^2.5.3",
"@types/node": "^16.11.25",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"cross-env": "^7.0.3",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"json-schema-to-typescript": "^10.1.5",
"nodecg-cli": "^8.0.0",
"trash-cli": "^5.0.0",
"typescript": "^4.5.5"
},
"nodecg": {
"compatibleRange": "^1.8.1",
"bundleDependencies": {
"nodecg-speedcontrol": "^2.4.0"
}
}
}