{
	"name": "@twin.org/background-task-models",
	"version": "0.9.0-next.1",
	"description": "Defines shared contracts and status models for background task workflows",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iotaledger/twin-background-task.git",
		"directory": "packages/background-task-models"
	},
	"author": "martyn.janes@iota.org",
	"license": "Apache-2.0",
	"type": "module",
	"engines": {
		"node": ">=20.0.0"
	},
	"dependencies": {
		"@twin.org/core": "0.9.0-next.1",
		"@twin.org/entity": "0.9.0-next.1",
		"@twin.org/nameof": "0.9.0-next.1"
	},
	"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",
		"background-task",
		"tasks",
		"scheduling",
		"jobs",
		"async",
		"models",
		"types",
		"schemas"
	],
	"bugs": {
		"url": "git+https://github.com/iotaledger/twin-background-task/issues"
	},
	"homepage": "https://twindev.org"
}
