{
	"name": "@twin.org/standards-dublin-core",
	"version": "0.9.1",
	"description": "Data models for Dublin Core metadata terms.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iotaledger/twin-standards.git",
		"directory": "packages/standards-dublin-core"
	},
	"author": "cornel.filip@iota.org",
	"license": "Apache-2.0",
	"type": "module",
	"engines": {
		"node": ">=24.0.0"
	},
	"dependencies": {
		"@twin.org/data-json-ld": "^0.9.1",
		"@twin.org/web": "^0.9.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",
		"standards",
		"schema",
		"specification",
		"core",
		"foundation",
		"utilities"
	],
	"bugs": {
		"url": "git+https://github.com/iotaledger/twin-standards/issues"
	},
	"homepage": "https://twindev.org"
}
