-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 799 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 799 Bytes
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": "mc-beta-server",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"dev": "tsx watch index.ts",
"build": "ncc build index.ts -o build"
},
"repository": {
"type": "git",
"url": "git+https://git.eusv.net/tgpholly/mc-beta-server.git"
},
"keywords": [],
"author": "tgpholly",
"license": "MIT",
"bugs": {
"url": "https://git.eusv.net/tgpholly/mc-beta-server/issues"
},
"homepage": "https://git.eusv.net/tgpholly/mc-beta-server#readme",
"dependencies": {
"bufferstuff": "^1.9.2",
"dyetty": "^1.0.1",
"funky-array": "^1.0.0",
"hsconsole": "^1.1.0",
"typescript-cubic-spline": "^1.0.1"
},
"devDependencies": {
"@types/node": "^25.2.0",
"@vercel/ncc": "^0.38.4",
"node": "^25.6.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}