{
	"name": "@twin.org/identity-models",
	"version": "0.10.0",
	"description": "Shared identity models and contracts for consistent data structures across services, connectors, and clients.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iotaledger/twin-identity.git",
		"directory": "packages/identity-models"
	},
	"author": "martyn.janes@iota.org",
	"license": "Apache-2.0",
	"type": "module",
	"engines": {
		"node": ">=24.0.0"
	},
	"dependencies": {
		"@twin.org/context": "^0.10.0",
		"@twin.org/core": "^0.10.0",
		"@twin.org/data-core": "^0.10.0",
		"@twin.org/data-json-ld": "^0.10.0",
		"@twin.org/entity": "^0.10.0",
		"@twin.org/nameof": "^0.10.0",
		"@twin.org/standards-w3c-did": "^0.10.0",
		"@twin.org/telemetry-models": "^0.10.0",
		"@twin.org/web": "^0.10.0"
	},
	"main": "./dist/es/index.js",
	"types": "./dist/types/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/types/index.d.ts",
			"import": "./dist/es/index.js",
			"default": "./dist/es/index.js"
		},
		"./locales/*.json": "./locales/*.json"
	},
	"files": [
		"dist/es",
		"dist/types",
		"locales",
		"docs"
	],
	"keywords": [
		"twin",
		"trade",
		"iota",
		"framework",
		"blockchain",
		"identity",
		"did",
		"credentials",
		"authentication",
		"models",
		"types",
		"schemas"
	],
	"bugs": {
		"url": "git+https://github.com/iotaledger/twin-identity/issues"
	},
	"homepage": "https://twindev.org"
}
