Add config files for pnpm and tsc
This commit is contained in:
parent
231f63c4bf
commit
7e5a4ffe86
3 changed files with 381 additions and 0 deletions
21
server/package.json
Normal file
21
server/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue