{
	"name": "school-adviser",
	"version": "1.0.7",
	"description": "School Adviser",
	"author": "",
	"license": "MIT",
	"main": "src/index.ts",
	"types": "src/index.d.ts",
	"type": "module",
	"directories": {
		"lib": "src"
	},
	"files": [
		"src"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/school-adviser/school-adviser-ts.git",
		"directory": "school-adviser"
	},
	"keywords": [
		"school",
		"adviser",
		"typescript",
		"timetable",
		"schedule",
		"school-adviser",
		"meal",
		"school-info"
	],
	"bugs": {
		"url": "https://github.com/school-adviser/school-adviser-ts/issues"
	},
	"scripts": {
		"test": "ts-node src/test.ts"
	},
	"dependencies": {
		"axios": "^1.4.0",
		"dotenv": "^16.3.1"
	},
	"devDependencies": {
		"@types/node": "^20.5.6",
		"typescript": "^5.2.2"
	}
}
