Add config files for pnpm and tsc

This commit is contained in:
Oliver-Akins 2022-01-04 20:29:46 -07:00
parent 231f63c4bf
commit 7e5a4ffe86
3 changed files with 381 additions and 0 deletions

21
server/package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "gravwell-online-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oliver Akins",
"license": "UNLICENSED",
"dependencies": {
"common": "link:../common",
"glob": "^7.2.0",
"socket.io": "^4.4.0",
"toml": "^3.0.0",
"tslog": "^3.3.1"
},
"devDependencies": {
"@types/glob": "^7.2.0"
}
}