{
	"name": "jsonstat-toolkit",
	"version": "2.2.2",
	"description": "JSON-stat JavaScript Toolkit: a library to deal with JSON-stat responses.",
	"homepage": "https://jsonstat.com",
	"keywords": [
		"jsonstat",
		"toolkit",
		"stats",
		"data",
		"cube",
		"opendata"
	],
	"author": {
		"name": "Xavier Badosa",
		"url": "https://xavierbadosa.com"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/jsonstat/toolkit.git"
	},
	"main": "main.cjs",
	"module": "module.mjs",
	"browser": "import.mjs",
	"unpkg": "iife.js",
	"jsdelivr": "iife.js",
	"scripts": {
		"build": "rollup -c",
		"test": "node test/nodejs.js"
	},
	"devDependencies": {
		"@rollup/plugin-json": "^6.1.0",
		"rollup": "^4.59.0",
		"@rollup/plugin-terser": "^0.4.4"
	},
	"overrides": {
		"serialize-javascript": "^7.0.3"
	},
	"license": "Apache-2.0",
	"files": [
		"*.@(js|cjs|mjs)"
	]
}