{
	"name": "@j2inn/resolvable-ui-elements",
	"version": "2.1.3",
	"description": "",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"module": "dist_es/index.js",
	"scripts": {
		"clean": "rimraf ./dist && rimraf ./dist_es",
		"prebuild": "npm run clean && npm run lint && npm run test",
		"build": "tsc && npm run-script build:es",
		"build:es": "tsc --module ESNext --outDir dist_es",
		"checktypes": "tsc --noEmit",
		"format": "prettier-eslint --list-different --write \"$(pwd)/src/**/*.{ts,tsx,js,jsx}\"",
		"lint": "eslint --fix --ext ts,tsx,js,jsx src/",
		"test": "jest --passWithNoTests",
		"prepack": "npm run lint && npm run test && npm run build"
	},
	"author": "",
	"license": "ISC",
	"files": [
		"dist/**/*",
		"dist_es/**/*"
	],
	"peerDependencies": {
		"haystack-core": "^3.0.0",
		"haystack-nclient": "^4.0.0",
		"haystack-react": "^4.0.0",
		"haystack-units": "^2.0.0",
		"react": "^18.2.0",
		"react-dom": "^18.2.0"
	},
	"devDependencies": {
		"@types/jest": "^27.4.0",
		"@types/node": "^15.0.2",
		"@types/react": "^18.0.18",
		"@types/react-dom": "^18.0.6",
		"@typescript-eslint/eslint-plugin": "^5.28.0",
		"@typescript-eslint/parser": "^5.28.0",
		"eslint": "^7.32.0",
		"eslint-config-prettier": "^8.3.0",
		"eslint-plugin-jest": "^26.1.3",
		"eslint-plugin-prettier": "^4.0.0",
		"eslint-plugin-react": "^7.29.4",
		"prettier": "^2.6.1",
		"prettier-eslint": "^13.0.0",
		"prettier-eslint-cli": "^8.0.1",
		"rimraf": "^3.0.2",
		"ts-jest": "^28.0.8",
		"typescript": "^4.8.2"
	}
}
