{
	"name": "api42client",
	"version": "2.2.2",
	"scripts": {
		"build": "tsc"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/kirwa-KO/API42Client"
	},
	"keywords": [
		"ft_transcendence",
		"intra42",
		"42api",
		"api42",
		"api42client",
		"connect 42 api",
		"connect to 42",
		"1337",
		"42",
		"node-fetch",
		"fetch 42 api",
		"fetch 42"
	],
	"author": "kirwa-KO",
	"license": "MIT",
	"description": "API42Client is a class that help you interacte with 42 school api and get users data",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"/dist"
	],
	"devDependencies": {
		"@types/node": "^18.7.16",
		"@types/node-fetch": "^2.6.2",
		"typescript": "^4.7.4"
	},
	"dependencies": {
		"node-fetch": "^2.6.1"
	}
}
