{
	"name": "ice-barrage",
	"version": "1.0.2",
	"description": "Iteratively freeze JavaScript objects to make them immutable",
	"keywords": [
		"freeze",
		"frozen",
		"deep",
		"deep-freeze",
		"immutable",
		"object",
		"iterative"
	],
	"main": "src/index.js",
	"type": "commonjs",
	"types": "types/index.d.ts",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Fdawgs/ice-barrage.git"
	},
	"homepage": "https://github.com/Fdawgs/ice-barrage",
	"bugs": {
		"url": "https://github.com/Fdawgs/ice-barrage/issues"
	},
	"license": "MIT",
	"author": "Frazer Smith <frazer.dev@icloud.com>",
	"funding": "https://github.com/sponsors/Fdawgs",
	"engines": {
		"node": ">=20"
	}
}
