Add package, pnpm lock, and tsconfig.
This commit is contained in:
parent
69ec651f6d
commit
8a1facf59d
3 changed files with 101 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue