karakter
Version:
CLI for grade statistics at norwegian universities
31 lines (30 loc) • 649 B
JSON
{
"name": "karakter",
"version": "1.0.11",
"description": "CLI for grade statistics at norwegian universities",
"main": "src/index.js",
"bin": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"keywords": [
"karakterweb",
"karakter"
],
"author": "Herman Nygaard",
"license": "MIT",
"files": [
"config.json"
],
"dependencies": {
"@gribnoysup/wunderbar": "^2.2.2",
"inquirer": "^7.1.0",
"nconf": "^0.10.0",
"node-fetch": "^2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/HermanNygaard/Karakterweb-CLI"
},
"homepage": "https://karakterweb.no"
}