{
	"name": "@twin.org/dataspace-app-runner",
	"version": "0.9.0",
	"description": "Runs dataspace app activity handlers in background execution contexts.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iotaledger/twin-dataspace.git",
		"directory": "packages/dataspace-app-runner"
	},
	"author": "jose.cantera@iota.org",
	"license": "Apache-2.0",
	"type": "module",
	"engines": {
		"node": ">=20.0.0"
	},
	"dependencies": {
		"@twin.org/context": "^0.9.0",
		"@twin.org/core": "^0.9.0",
		"@twin.org/dataspace-models": "^0.9.0",
		"@twin.org/engine-core": "^0.9.0-next.1",
		"@twin.org/engine-models": "^0.9.0-next.1",
		"@twin.org/logging-models": "^0.9.0",
		"@twin.org/nameof": "^0.9.0",
		"@twin.org/rights-management-models": "^0.9.0",
		"@twin.org/standards-w3c-activity-streams": "^0.9.0",
		"@twin.org/trust-models": "^0.9.0",
		"@twin.org/web": "^0.9.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",
		"dataspace",
		"adapter",
		"integration"
	],
	"bugs": {
		"url": "git+https://github.com/iotaledger/twin-dataspace/issues"
	},
	"homepage": "https://twindev.org"
}
