-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.22 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": "tscv2",
"version": "24.05",
"main": "client/main.ts",
"type": "module",
"scripts": {
"build": "node script/build.js",
"client": "node script/build.js -- --dev",
"packages": "npm install [email protected] @twurple/auth @twurple/chat @twurple/api delay concurrently ws",
"server": "node server/twitchServer.cjs",
"clean": "rm -rf ./dist",
"upgrade-cubing": "npm install --save cubing@latest",
"tsc": "concurrently \"npm run server\" \"npm run client\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
"@twurple/chat": "^7.1.0",
"concurrently": "^8.2.2",
"cubing": "^0.48.4",
"delay": "^6.0.0",
"typescript": "^5.4.5",
"ws": "^8.17.0"
},
"description": "```\r npm init -y\r npm run packages\r npm run start\r ```",
"repository": {
"type": "git",
"url": "git+https://[email protected]/TwitchSolvesCube/TwitchSolvesCubeV2.git"
},
"bugs": {
"url": "https://github.com/TwitchSolvesCube/TwitchSolvesCubeV2/issues"
},
"homepage": "https://github.com/TwitchSolvesCube/TwitchSolvesCubeV2#readme",
"devDependencies": {
"barely-a-dev-server": "^0.6.1"
}
}