vrn
Version:
> Get an email when new results are released.
41 lines (40 loc) • 716 B
JSON
{
"name": "vrn",
"version": "0.4.0",
"main": "index.js",
"author": "Satya Rohith <me@satyarohith.com> (https://satyarohith.com/)",
"license": "MIT",
"bin": {
"vrn": "./index.js",
"vtu_results_notifier": "./index.js"
},
"scripts": {
"test": "xo"
},
"xo": {
"space": true
},
"files": [
"index.js",
"generatehtml.js"
],
"keywords": [
"vtu",
"results",
"btech",
"be",
"notifier"
],
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"axios": "^0.19.0",
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"date-fns": "^1.30.1",
"fast-deep-equal": "^3.1.1",
"toml": "^3.0.0"
},
"devDependencies": {
"xo": "^0.25.3"
}
}