{
	"name": "@steebchen/lib",
	"version": "1.8.0",
	"repository": {
		"type": "git",
		"url": "https://github.com/steebchen/tools",
		"directory": "packages/lib"
	},
	"type": "module",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		}
	},
	"main": "./dist/index.cjs",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"files": [
		"dist/"
	],
	"scripts": {
		"build": "tsup && tsc"
	},
	"dependencies": {
		"nanoid": "^5.0.7"
	},
	"publishConfig": {
		"access": "public"
	}
}
