-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 960 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
39
40
41
42
43
44
{
"name": "xhtm",
"version": "1.6.3",
"description": "Extensible HTM",
"main": "index.js",
"module": "index.js",
"source": "index.js",
"type": "module",
"scripts": {
"test": "node test/index.js",
"build": "microbundle build --no-sourcemap -f modern --target web && shx mv index.modern.js index.min.js"
},
"files": [
"index.js",
"htm.js",
"index.min.js",
"index.d.ts"
],
"repository": "dy/xhtm",
"keywords": [
"Hyperscript Tagged Markup",
"tagged template",
"template literals",
"html",
"htm",
"jsx",
"virtual dom",
"hyperscript"
],
"browserslist": [
"last 1 Chrome versions"
],
"author": "Dmitry Yv <df.creative@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/dy/xhtm",
"devDependencies": {
"htm": "^2.2.1",
"microbundle": "^0.15.1",
"performance-now": "^2.1.0",
"shx": "^0.3.2",
"tst": "^5.3.3",
"vhtml": "^2.2.0"
}
}