diff options
author | eug-vs <eug-vs@keemail.me> | 2020-11-10 23:40:54 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-11-10 23:40:54 +0300 |
commit | 4a1a10c53a3ea08f395fcbee447d4babcb86f792 (patch) | |
tree | 676a6207d0812a5407813c35aa80406dc107588f /package.json | |
parent | 49a1981a621b8338ff2b80e0d4b18302aaa7ffe5 (diff) | |
download | bsu-fantom-4a1a10c53a3ea08f395fcbee447d4babcb86f792.tar.gz |
feat: login to system and join the class
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..f3963e8 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "bsu-fantom", + "version": "0.0.0", + "description": "An utility to fake your presence in moodle classes.", + "scripts": { + "start": "node src/index.js" + }, + "author": "eug-vs", + "dependencies": { + "puppeteer": "^5.4.1" + } +} |