-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
35 lines (35 loc) · 944 Bytes
/
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
{
"name": "@crowbartools/firebot-custom-scripts-types",
"version": "5.63.0",
"description": "Types for Firebot's Custom Scripts",
"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": "^7.0.6",
"@twurple/auth": "^7.0.6",
"@types/angular": "^1.8.1",
"@types/express": "^4.17.1",
"@types/node": "^18.18.2",
"moment": "^2.24.0"
},
"volta": {
"node": "14.18.1",
"npm": "8.16.0"
}
}