UNPKG

@dvsmedeiros/oid

Version:

Web components based on the Digital Content Component (DCC) model for the Mundorum space.

47 lines 1.19 kB
{ "name": "@dvsmedeiros/oid", "version": "0.1.3", "description": "Web components based on the Digital Content Component (DCC) model for the Mundorum space.", "main": "lib/foundation/oidlib.js", "exports": { ".": { "import": "./lib/foundation/oidlib.js" }, "./components/*": "./lib/foundation/components/*", "./base/*": "./lib/foundation/base/*", "./infra/*": "./lib/foundation/infra/*" }, "files": [ "lib/foundation" ], "scripts": { "build": "vite build", "build:dev": "vite build --mode development", "test": "echo \"Error: no test specified\" && exit 1", "link": "npm link" }, "devDependencies": { "@playwright/test": "^1.32.1", "vite": "^6.0.7" }, "repository": { "type": "git", "url": "https://github.com/mundorum/oid.git" }, "keywords": [ "web component", "oid", "dcc", "digital content component", "mundorum" ], "author": { "name": "André Santanchè", "url": "https://www.ic.unicamp.br/~santanche/" }, "license": "LGPL-3.0-or-later", "bugs": { "url": "https://github.com/mundorum/oid/issues" }, "homepage": "https://mundorum.github.io/oid/" }