{
	"name": "edupage-api-forweb",
	"version": "0.8.9",
	"description": "Simple node.js package to manage your EduPage account.",
	"main": "index.js",
	"typings": "types/EdupageAPI.d.ts",
	"scripts": {
		"debug": "set DEBUG=edupage:* && node ./test/test.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/loumadev/EdupageAPI.git"
	},
	"keywords": [
		"edupage",
		"edupage-org",
		"asc",
		"api",
		"edu",
		"education",
		"school",
		"study",
		"node",
		"async",
		"await",
		"promise"
	],
	"author": "Jaroslav Louma",
	"license": "GPL-3.0",
	"bugs": {
		"url": "https://github.com/loumadev/EdupageAPI/issues"
	},
	"homepage": "https://github.com/loumadev/EdupageAPI#readme",
	"dependencies": {
		"axios": "^1.1.3",
		"debug": "^4.3.2",
		"node-fetch": "^2.6.0"
	},
	"devDependencies": {
		"typescript": "^4.5.5"
	}
}
