{
	"name": "@twin.org/api-auth-entity-storage-models",
	"version": "0.10.0",
	"description": "Contracts for authentication flows and admin user management with entity storage.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iotaledger/twin-api.git",
		"directory": "packages/api-auth-entity-storage-models"
	},
	"author": "martyn.janes@iota.org",
	"license": "Apache-2.0",
	"type": "module",
	"engines": {
		"node": ">=24.0.0"
	},
	"dependencies": {
		"@twin.org/core": "^0.10.0",
		"@twin.org/nameof": "^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"
		}
	},
	"files": [
		"dist/es",
		"dist/types",
		"locales",
		"docs"
	],
	"keywords": [
		"twin",
		"trade",
		"iota",
		"framework",
		"blockchain",
		"api",
		"entity",
		"storage",
		"persistence",
		"database",
		"models",
		"types",
		"schemas"
	],
	"bugs": {
		"url": "git+https://github.com/iotaledger/twin-api/issues"
	},
	"homepage": "https://twindev.org"
}
