{
	"name": "@imperium/client",
	"version": "15.0.0",
	"description": "Imperium client core",
	"bugs": {
		"url": "https://github.com/thr-consulting/imperium/issues"
	},
	"repository": "darkadept/imperium",
	"license": "MIT",
	"author": "MYMC <tech@makingyourmilescount.com>",
	"sideEffects": false,
	"type": "module",
	"main": "./dist/esm/index.js",
	"types": "./dist/types/index.d.ts",
	"files": [
		"dist"
	],
	"scripts": {
		"build": "thx build.roll",
		"clean": "thx clean",
		"deps": "thx deps",
		"lint": "thx lint",
		"lint.fix": "thx lint.fix",
		"sort": "thx sort",
		"start": "screen -c ./dev.screenrc",
		"ts": "thx ts"
	},
	"eslintConfig": {
		"parserOptions": {
			"project": "./tsconfig-eslint.json"
		}
	},
	"dependencies": {
		"@thx/env": "^20.0.0",
		"debug": "^4.4.0",
		"lodash-es": "^4.17.21"
	},
	"peerDependencies": {
		"react": "17.x",
		"react-dom": "17.x"
	},
	"engines": {
		"node": ">=24"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "95f82688cf0a04ad029988d3d4a0bc7c5bd01e41"
}
