UNPKG

@twin.org/standards-w3c-dcat

Version:

Models which define the structure of W3C DCAT Standard

58 lines (57 loc) 1.29 kB
{ "name": "@twin.org/standards-w3c-dcat", "version": "0.0.3-next.3", "description": "Models which define the structure of W3C DCAT Standard", "repository": { "type": "git", "url": "git+https://github.com/twinfoundation/standards.git", "directory": "packages/standards-w3c-dcat" }, "author": "cornel.filip@iota.org", "license": "Apache-2.0", "type": "module", "engines": { "node": ">=20.0.0" }, "dependencies": { "@twin.org/data-json-ld": "next", "@twin.org/standards-dublin-core": "0.0.3-next.3", "@twin.org/standards-foaf": "0.0.3-next.3", "@twin.org/standards-w3c-odrl": "0.0.3-next.3", "@twin.org/standards-w3c-vcard": "0.0.3-next.3", "@twin.org/web": "next" }, "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", "dcat", "catalog", "w3c", "data-catalog", "metadata" ], "bugs": { "url": "git+https://github.com/twinfoundation/standards/issues" }, "homepage": "https://twindev.org" }