{
	"author": {
		"name": "Baptiste Pillot",
		"email": "baptiste@pillot.fr"
	},
	"dependencies": {
		"@itrocks/class-type": "latest",
		"@itrocks/decorator": "latest"
	},
	"description": "Apply reusable mixins to your classes effortlessly with the @Uses decorator",
	"devDependencies": {
		"@types/jest": "^30.0",
		"jest": "^30.2",
		"ts-jest": "^29.4",
		"typescript": "^6.0"
	},
	"engines": {
		"node": ">=24"
	},
	"exports": {
		".": "./cjs/uses.js",
		"./uses-interface-plugin": "./cjs/uses-interface-plugin.js"
	},
	"files": [
		"LICENSE",
		"README.md",
		"cjs",
		"!*.map"
	],
	"homepage": "https://it.rocks",
	"jest": {
		"preset": "ts-jest",
		"testEnvironment": "node",
		"testMatch": [
			"**/?(*.)+(spec|test).ts"
		]
	},
	"keywords": [
		"backend",
		"class",
		"compose",
		"composition",
		"decorator",
		"inheritance",
		"it.rocks",
		"mixin",
		"multiple",
		"typescript",
		"typing",
		"trait"
	],
	"license": "ISC",
	"name": "@itrocks/uses",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/itrocks-ts/uses.git"
	},
	"scripts": {
		"build": "tsc",
		"test": "jest"
	},
	"version": "0.1.3"
}
