-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1022 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1022 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
36
{
"name": "node-celaria-server",
"version": "0.0.4",
"description": "A Celaria game server",
"main": "index.mjs",
"type": "module",
"scripts": {
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"build-docs": "typedoc",
"type-check": "tsc"
},
"author": "BunnyNabbit \"Aon Langton\"",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BunnyNabbit/node-celaria-server.git"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"dependencies": {
"axios": "^1.13.5",
"qs": "^6.15.0",
"smart-buffer": "^4.2.0"
},
"devDependencies": {
"@types/node": "24.12.2",
"cross-env": "^10.1.0",
"jest": "^30.2.0",
"prettier": "^3.8.1",
"prettier-plugin-drone-class": "^0.1.0",
"prettier-plugin-drone-jsdoc": "^1.8.0",
"release-it": "^19.2.4",
"release-it-pnpm": "^4.6.6",
"typedoc": "^0.28.17",
"typescript": "^6.0.2"
}
}