-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.66 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.3",
"needle": "^3.3.1",
"speedcontrol-util": "github:speedcontrol/speedcontrol-util.git#build"
},
"devDependencies": {
"@nodecg/types": "^2.1.12",
"@types/module-alias": "^2.0.4",
"@types/needle": "^3.3.0",
"@types/node": "^18.19.33",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.2.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.29.1",
"nodecg-cli": "^8.6.8",
"trash-cli": "^5.0.0",
"typescript": "^4.9.5"
},
"nodecg": {
"compatibleRange": "^1.8.1||^2",
"bundleDependencies": {
"nodecg-speedcontrol": "^2.4.0"
}
}
}