{
	"type": "module",
	"name": "@atcute/did",
	"version": "1.0.0",
	"description": "lightweight did utilities library",
	"keywords": [
		"atproto",
		"did"
	],
	"license": "MIT",
	"repository": {
		"url": "https://github.com/mary-ext/atcute",
		"directory": "packages/utilities/did"
	},
	"files": [
		"dist/",
		"lib/",
		"!lib/**/*.bench.ts",
		"!lib/**/*.test.ts"
	],
	"exports": {
		".": "./dist/index.js"
	},
	"sideEffects": false,
	"scripts": {
		"build": "tsc --project tsconfig.build.json",
		"test": "bun test --coverage",
		"prepublish": "rm -rf dist; pnpm run build"
	},
	"devDependencies": {
		"@types/bun": "^1.2.1"
	},
	"dependencies": {
		"@badrap/valita": "^0.4.2"
	}
}
