{
	"name": "nurekit",
	"description": "Node.js client for Mindenit Schedule API",
	"version": "0.6.1",
	"keywords": [
		"api",
		"nure",
		"js"
	],
	"engines": {
		"node": ">= 18.x.x"
	},
	"type": "module",
	"license": "GNU GPLv3.0",
	"author": "Kyrylo Savieliev",
	"homepage": "https://onelil05.github.io/nurekit/",
	"maintainers": [
		{
			"name": "Kyrylo Savieliev",
			"url": "https://github.com/OneLiL05"
		}
	],
	"repository": {
		"type": "git",
		"url": "git@github.com:OneLiL05/nurekit.git"
	},
	"bugs": {
		"url": "https://github.com/OneLiL05/nurekit/issues"
	},
	"exports": {
		"types": "./dist/index.d.ts",
		"default": "./dist/index.js"
	},
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"files": [
		"dist/**"
	],
	"scripts": {
		"start": "node dist/index.js",
		"build": "tsdown",
		"dev": "pnpm run \"/dev:/\"",
		"dev:tsc": "tsc --watch --preserveWatchOutput",
		"dev:node": "node --enable-source-maps --watch dist/index.js",
		"play": "tsm ./playground.ts"
	},
	"devDependencies": {
		"@types/node": "^20.5.8",
		"tsdown": "^0.12.8",
		"tsm": "^2.3.0",
		"typescript": "^5.8.3"
	},
	"private": false
}
