-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 866 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 866 Bytes
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
{
"name": "ehtml",
"version": "3.0.9",
"description": "Extended HTML.",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint src/ --ext .js --fix",
"examples": "node examples/server",
"examples:ehtml:update": "rm -rf examples/static/js/ehtml && cp -r src examples/static/js/ehtml",
"examples:source:maps:update": "node update-importmap ./importmap.json examples/static/html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Guseyn/EHTML.git"
},
"keywords": [
"HTML",
"EHTML",
"cutie",
"async",
"tree"
],
"author": "guseyn",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/Guseyn/EHTML/issues"
},
"homepage": "https://github.com/Guseyn/EHTML#readme",
"dependencies": {
"eslint": "^9.39.1"
}
}