{
	"name": "lawnet-singapore-student",
	"version": "1.0.20",
	"description": "Library to login and download cases from LawNet for students in Singapore law schools.",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"/dist"
	],
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "tsc",
		"tsc": "tsc"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/customautosys/lawnet-singapore-student.git"
	},
	"keywords": [
		"LawNet",
		"Singapore",
		"Student"
	],
	"author": "Wilson Foo Yu Kang <wilson.foo@customautosys.com>",
	"license": "MPL-2.0",
	"dependencies": {
		"axios": "^1.7.2",
		"jsdom": "^24.1.0"
	},
	"devDependencies": {
		"typescript": "^4.7.4"
	}
}
