Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
pkg: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Jan 18, 2021
1 parent b068c69 commit e238b68
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
"name": "campusphere-auth-simplified",
"name": "cea",
"version": "1.0.0",
"description": "login to swms/campusphere at ease",
"description": "campusphere-elegant-auth: login to swms/campusphere at ease",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"javascript"
"javascript",
"campusphere",
"daliy",
"campus"
],
"bin": "./init.js",
"author": "beetcb",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"conf": "^7.1.2",
"conf": "^8.0.0",
"inquirer": "^7.3.3",
"js-yaml": "^3.14.1",
"js-yaml": "^4.0.0",
"tesseract.js": "^2.1.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.3",
"uuid": "^8.3.2",
"cheerio": "^1.0.0-rc.5",
"node-fetch": "^2.6.1"
}
}

0 comments on commit e238b68

Please sign in to comment.