This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
generated from crowbartools/firebot-custom-script-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.4 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
{
"name": "firebot-custom-script-starter",
"scriptOutputName": "Firebot-RPG",
"version": "1.0.0",
"description": "A starter Firebot custom script",
"main": "",
"scripts": {
"build": "webpack",
"build:dev": "npm run build && npm run copy",
"copy": "node ./scripts/copy-build.js",
"prepare": "husky install"
},
"author": "Firebottle",
"license": "GNU3",
"dependencies": {
"@crowbartools/firebot-custom-scripts-types": "https://github.com/crowbartools/firebot-custom-scripts-types/tarball/b9a5fe88f22017d0fdb37358ec9e73283a88e6ba",
"@dice-roller/rpg-dice-roller": "^5.1.0"
},
"devDependencies": {
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"lint-staged": "^12.5.0",
"prettier": "^2.7.1",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.7",
"typescript": "^4.0.5",
"webpack": "^4.44.2",
"webpack-cli": "^4.1.0"
}
}