{
	"name": "scarlett",
	"type": "module",
	"version": "2.1.0",
	"description": "A rest client library that actually covers high complexity scenarios...for real!",
	"browser": "lib/index.umd.js",
	"module": "lib/index.js",
	"types": "lib/index.d.ts",
	"scripts": {
		"test": "vitest run",
		"test-watch": "vitest watch",
		"coverage": "vitest run --coverage",
		"build": "rollup --config",
		"build-types": "tsc --project ./tsconfig.types.json",
		"build-es6": "rollup --config --es6",
		"docs-build": "vitepress build docs",
		"docs-dev": "vitepress dev docs",
		"docs-preview": "vitepress preview docs",
		"bump": "bumpp",
		"audit": "yarn npm audit"
	},
	"files": [
		"lib",
		"readme.md",
		"license"
	],
	"engines": {
		"node": ">= 20.15"
	},
	"exports": {
		".": "./lib/index.js"
	},
	"author": "Micene09 <giovanni.contino09@gmail.com>",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/micene09/scarlett"
	},
	"devDependencies": {
		"@rollup/plugin-node-resolve": "^16.0.3",
		"@rollup/plugin-terser": "^1.0.0",
		"@rollup/plugin-typescript": "^12.3.0",
		"@types/node": "^25.6.0",
		"@vitest/coverage-v8": "^4.1.5",
		"bumpp": "^11.0.1",
		"msw": "^2.13.5",
		"rollup": "^4.60.2",
		"rollup-plugin-typescript2": "^0.37.0",
		"tslib": "^2.8.1",
		"typescript": "^6.0.3",
		"vitepress": "^1.6.4",
		"vitest": "^4.1.5"
	},
	"keywords": [
		"rest",
		"typed",
		"client",
		"xhr",
		"http",
		"ajax",
		"promise",
		"node",
		"fetch",
		"typescript",
		"class",
		"library",
		"zero dependencies"
	],
	"packageManager": "yarn@4.13.0"
}
