generated from crowbartools/firebot-custom-script-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
{
"name": "oceanity-spotify",
"displayName": "Spotify (by Oceanity)",
"scriptOutputName": "oceanitySpotifyIntegration",
"version": "0.7.6",
"description": "Adds Spotify events, effects and variables to Firebot",
"main": "",
"scripts": {
"build": "webpack",
"build:dev": "npm run build && npm run copy",
"copy": "ts-node ./scripts/copy-build.ts",
"test": "jest"
},
"author": "Oceanity",
"license": "GNU3",
"devDependencies": {
"@crowbartools/firebot-custom-scripts-types": "^5.60.1",
"@oceanity/firebot-helpers": "^1.1.1",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/he": "^1.2.3",
"@types/jest": "^29.5.12",
"@types/node": "^18.18.2",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"events": "^3.3.0",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"fuse.js": "^7.0.0",
"he": "^1.2.0",
"jest": "^29.7.0",
"node-json-db": "^2.3.0",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"volta": {
"node": "18.18.2",
"npm": "10.2.4"
}
}