-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 913 Bytes
/
package.json
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
{
"name": "@linttrap/domx",
"author": "@linttrapmedia",
"title": "domx",
"version": "0.1.14",
"description": "A novel UI library for managing the DOM without javascript",
"type": "module",
"exports": {
".": {
"import": "./src/domx.ts"
}
},
"main": "./src/domx.ts",
"module": "./src/domx.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/linttrapmedia/domx.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/linttrapmedia/domx/issues"
},
"homepage": "https://github.com/linttrapmedia/domx#readme",
"devDependencies": {
"@playwright/test": "^1.41.2",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.11.19",
"esbuild": "^0.14.27",
"http-server": "^14.1.1",
"prettier": "2.7.1",
"serve": "^14.2.1"
},
"dependencies": {
"@linttrap/oem": "^0.0.12",
"jsdom": "^24.1.1"
},
"scripts": {}
}