Move backend to a folder

This commit is contained in:
maciejhirsz
2018-06-27 10:34:03 +02:00
parent e06b684067
commit 462cb8404f
9 changed files with 0 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "dotstats-server",
"version": "0.1.0",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node dist/index.js",
"tsc": "tsc"
},
"author": "Parity Technologies Ltd. <admin@parity.io>",
"license": "GPL-3.0",
"dependencies": {
"@types/express": "^4.16.0",
"@types/node": "^10.3.3",
"@types/ws": "^5.1.2",
"express": "^4.16.3",
"typescript": "^2.9.2",
"ws": "5.2.0"
}
}