-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 753 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 753 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
{
"name": "@ristellise/tdeb.js",
"version": "1.0.2",
"description": "Tiny DOM Element Builder. DOM elements without the pain.",
"main": "tdeb.js",
"module": "tdeb.mjs",
"exports": {
"import": "./tdeb.mjs",
"require": "./tdeb.js",
"default": "./tdeb.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ristellise/tdeb.js.git"
},
"keywords": [
"dom",
"builder",
"vanilla",
"javascript",
"ui",
"zero-dependency"
],
"author": "Shinon",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ristellise/tdeb.js/issues"
},
"homepage": "https://github.com/Ristellise/tdeb.js#readme"
}