-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
{
"name": "@crowbartools/firebot-custom-scripts-types",
"version": "5.65.1",
"description": "Types for Firebot's Custom Scripts",
"repository": {
"url": "https://github.com/crowbartools/firebot-custom-scripts-types"
},
"main": "",
"scripts": {
"lint": "npm run prettier:check",
"prettier:check": "prettier --check **/*.{json,ts}",
"prettier:format": "prettier --write **/*.{json,ts}"
},
"author": "ebiggz",
"contributors": [
"pirak",
"patchtechtwitch",
"DeathRight (BigPimpinVoidkin)"
],
"license": "ISC",
"types": "types/index.d.ts",
"typeScriptVersion": "4.0.2",
"devDependencies": {
"prettier": "2.2.1"
},
"dependencies": {
"@twurple/api": "^8.0.2",
"@twurple/auth": "^8.0.2",
"@types/angular": "^1.8.4",
"@types/express": "^5.0.3",
"@types/node": "^22.18.8",
"moment": "^2.24.0",
"tiny-typed-emitter": "^2.1.0"
},
"volta": {
"node": "20.18.1",
"npm": "10.8.1"
}
}