Add package, pnpm lock, and tsconfig.

This commit is contained in:
Oliver-Akins 2020-09-20 22:00:27 -06:00
parent 69ec651f6d
commit 8a1facf59d
3 changed files with 101 additions and 0 deletions

22
package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "secret-hitler-online-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oliver-Akins/Secret-Hitler-Online-Server.git"
},
"author": "Oliver Akins",
"license": "ISC",
"bugs": {
"url": "https://github.com/Oliver-Akins/Secret-Hitler-Online-Server/issues"
},
"homepage": "https://github.com/Oliver-Akins/Secret-Hitler-Online-Server#readme",
"dependencies": {
"typescript": "^4.0.3"
}
}