-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.18 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@mundorum/oid",
"version": "0.3.1",
"description": "Web components based on the Digital Content Component (DCC) model for the Mundorum space.",
"jsdelivr": "./oid.min.js",
"unpkg": "./oid.min.js",
"browser": "./oid.min.js",
"main": "./oid.js",
"module": "./oid.js",
"dependencies": {
"axios": "^1.11.0"
},
"devDependencies": {
"@playwright/test": "^1.32.1",
"vite": "^6.0.7"
},
"scripts": {
"dev": "vite --open playground/editor/index.html",
"build": "vite build",
"build:dev": "vite build --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"./oid.js",
"./oid.js.map",
"./oid.min.js",
"./oid.css",
"./oid.min.css"
],
"repository": {
"type": "git",
"url": "git+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/"
}