{
	"name": "lastfm-ts-api",
	"version": "2.6.2",
	"description": "An API client for the Last.FM API written in TypeScript",
	"keywords": [
		"Last.FM",
		"Last.FM API",
		"Last.FM API Client",
		"Last.FM TypeScript API"
	],
	"homepage": "https://atanas.info/portfolio/open-source/lastfm-ts-api",
	"bugs": {
		"url": "https://github.com/scriptex/last-fm-ts-api/issues",
		"email": "hi@atanas.info"
	},
	"license": "MIT",
	"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
	"funding": "https://github.com/sponsors/scriptex",
	"main": "dist/index.js",
	"type": "module",
	"types": "dist/index.d.ts",
	"repository": {
		"type": "git",
		"url": "github:scriptex/lastfm-ts-api"
	},
	"scripts": {
		"watch": "tsc -w",
		"build": "tsc",
		"demo": "node demo/index.js"
	},
	"dependencies": {},
	"devDependencies": {
		"@types/node": "25.5.0",
		"dotenv": "17.3.1",
		"tslib": "2.8.1",
		"typescript": "5.9.3"
	}
}
