{
	"name": "@twin.org/document-management-rest-client",
	"version": "0.10.0",
	"description": "REST client operations for creating, updating, retrieving, and querying managed documents.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iotaledger/twin-document-management.git",
		"directory": "packages/document-management-rest-client"
	},
	"author": "martyn.janes@iota.org",
	"license": "Apache-2.0",
	"type": "module",
	"engines": {
		"node": ">=24.0.0"
	},
	"dependencies": {
		"@twin.org/api-core": "^0.10.0",
		"@twin.org/api-models": "^0.10.0",
		"@twin.org/auditable-item-graph-models": "^0.10.0",
		"@twin.org/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/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",
		"document-management",
		"documents",
		"management",
		"storage",
		"rest-api"
	],
	"bugs": {
		"url": "git+https://github.com/iotaledger/twin-document-management/issues"
	},
	"homepage": "https://twindev.org"
}
