{
	"name": "@twin.org/api-service",
	"version": "0.10.0",
	"description": "Information and hosting service implementations with generated REST route handlers.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iotaledger/twin-api.git",
		"directory": "packages/api-service"
	},
	"author": "martyn.janes@iota.org",
	"license": "Apache-2.0",
	"type": "module",
	"engines": {
		"node": ">=24.0.0"
	},
	"dependencies": {
		"@twin.org/api-models": "^0.10.0",
		"@twin.org/background-task-models": "^0.9.3-next.4",
		"@twin.org/context": "^0.10.0",
		"@twin.org/core": "^0.10.0",
		"@twin.org/entity-storage-models": "^0.9.2",
		"@twin.org/logging-models": "^0.9.2",
		"@twin.org/modules": "^0.10.0",
		"@twin.org/nameof": "^0.10.0",
		"@twin.org/vault-models": "^0.9.2",
		"@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",
		"service",
		"microservice",
		"business-logic"
	],
	"bugs": {
		"url": "git+https://github.com/iotaledger/twin-api/issues"
	},
	"homepage": "https://twindev.org"
}
