Accounts and login.

This commit is contained in:
Mike Cao 2020-07-23 19:56:55 -07:00
parent f3f0ad15f2
commit 49a55b40b4
22 changed files with 347 additions and 172 deletions

3
index.js Normal file
View file

@ -0,0 +1,3 @@
const { name, version } = require('./package.json');
console.log(`${name} ${version}`);