-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.67 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
{
"name": "firebot-gambling-script",
"description": "A script to gamble currency.",
"version": "1.1.0",
"license": "EUPL-1.2",
"author": "pirak",
"contributors": [],
"homepage": "https://github.com/pirak/firebot-gambling-script",
"bugs": "https://github.com/pirak/firebot-gambling-script/issues",
"repository": "github:pirak/firebot-gambling-script",
"main": "",
"scriptOutputName": "gamblingScript",
"scripts": {
"build": "webpack",
"build:dev": "npm run build",
"test": "jest",
"test:coverage": "jest --coverage --coverageDirectory='coverage'",
"prettier:check": "prettier --check '{src,tests}/**/*.{json,ts}'",
"prettier:format": "prettier --write '{src,tests}/**/*.{json,ts}'",
"lint": "eslint . --ext .ts",
"lint:fix": "npm run lint -- --fix",
"update": "npm upgrade-interactive --latest"
},
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "20.17.16",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"eslint": "8.57.1",
"eslint-config-prettier": "10.0.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-simple-import-sort": "12.1.1",
"firebot-custom-scripts-types": "crowbartools/firebot-custom-scripts-types#main",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"prettier": "3.4.2",
"regenerator-runtime": "0.14.1",
"terser-webpack-plugin": "5.3.11",
"ts-jest": "29.2.5",
"ts-loader": "9.5.2",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack-cli": "6.0.1"
}
}