Haris Razis
4 years ago
4 changed files with 26 additions and 0 deletions
@ -0,0 +1 @@ |
|||||
|
console.log('hello world') |
@ -0,0 +1,12 @@ |
|||||
|
{ |
||||
|
"name": "client", |
||||
|
"version": "1.0.0", |
||||
|
"description": "Client for ichaea", |
||||
|
"main": "index.js", |
||||
|
"scripts": { |
||||
|
"dev": "nodemon index.js", |
||||
|
"run": "node index.js" |
||||
|
}, |
||||
|
"author": "Haris Razis", |
||||
|
"license": "ISC" |
||||
|
} |
@ -0,0 +1 @@ |
|||||
|
console.log('hello world') |
@ -0,0 +1,12 @@ |
|||||
|
{ |
||||
|
"name": "server", |
||||
|
"version": "1.0.0", |
||||
|
"description": "", |
||||
|
"main": "index.js", |
||||
|
"scripts": { |
||||
|
"dev": "nodemon index.js", |
||||
|
"run": "node index.js" |
||||
|
}, |
||||
|
"author": "Haris Razis", |
||||
|
"license": "ISC" |
||||
|
} |
Loading…
Reference in new issue