0
0
Fork 0

Add package.json, pnpm lock, and tsconfig

This commit is contained in:
Oliver-Akins 2020-12-20 15:30:35 -07:00
parent 2ca4eef0a6
commit ea48b8f82d
3 changed files with 100 additions and 0 deletions

18
server/package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "server",
"version": "0.1.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oliver Akins",
"license": "UNLICENSED",
"dependencies": {
"@types/node": "^14.14.14",
"toml": "^3.0.0"
}
}