{
	"name": "@twin.org/api-core",
	"version": "0.9.2",
	"description": "Base client classes and common helpers for building HTTP and socket integrations.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iotaledger/twin-api.git",
		"directory": "packages/api-core"
	},
	"author": "martyn.janes@iota.org",
	"license": "Apache-2.0",
	"type": "module",
	"engines": {
		"node": ">=24.0.0"
	},
	"dependencies": {
		"@twin.org/api-models": "^0.9.2",
		"@twin.org/core": "^0.9.2",
		"@twin.org/nameof": "^0.9.2",
		"@twin.org/web": "^0.9.2",
		"socket.io-client": "4.8.3"
	},
	"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",
		"core",
		"foundation",
		"utilities"
	],
	"bugs": {
		"url": "git+https://github.com/iotaledger/twin-api/issues"
	},
	"homepage": "https://twindev.org"
}
