{
	"author": {
		"name": "Baptiste Pillot",
		"email": "baptiste@pillot.fr"
	},
	"dependencies": {
		"@itrocks/sorted-array": "latest"
	},
	"description": "Permanently apply javascript modifiers to your dynamic DOM",
	"devDependencies": {
		"@itrocks/prepare-module": "latest",
		"@types/node": "^22.9",
		"typescript": "~5.8"
	},
	"files": [
		"LICENSE",
		"README.md",
		"build.d.ts",
		"build.js"
	],
	"homepage": "https://it.rocks",
	"keywords": [
		"dom",
		"event",
		"front-end",
		"it.rocks",
		"mutation",
		"mutationObserver",
		"observer",
		"SPA",
		"web component"
	],
	"license": "LGPL-3.0-or-later",
	"module": "./build.js",
	"name": "@itrocks/build",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/itrocks-ts/build.git"
	},
	"scripts": {
		"build": "tsc && ../prepare-module/prepare-module.js"
	},
	"types": "./build.d.ts",
	"version": "0.0.27"
}
