kamar-js
Version:
A simple, promised based wrapper for working with the Kamar API
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "kamar-js",
"version": "0.3.3",
"description": "A simple, promised based wrapper for working with the Kamar API",
"author": {
"name": "Jonathan Voss",
"email": "asteroidslive@outlook.com",
"url": "https://github.com/asteroidsgithub"
},
"repository": {
"type": "git",
"url": "https://github.com/maverick-calender/kamar-js.git"
},
"license": "ISC",
"keywords": [
"Kamar",
"Requests",
"New Zealand",
"Schooling",
"Promises",
"Timetable",
"Notices"
],
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"arrowParens": "avoid",
"bracketSpacing": false
},
"main": "index.js",
"scripts": {
"test": "prettier --write . && node test.js",
"format": "prettier --write ."
},
"dependencies": {
"axios": "^0.21.1",
"fast-xml-parser": "^3.19.0",
"moment-timezone": "^0.5.33",
"qs": "^6.10.1"
},
"devDependencies": {
"prettier": "2.3.1"
}
}