-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "wences",
"description": "Wences is a lightweight, modular JavaScript utility for creating and managing HTML elements with a clean, declarative API. It provides a structured way to handle HTML attributes, accessibility, events, and content management through a simple configuration object.",
"version": "1.0.3",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"scripts": {
"test": "jest",
"format": "prettier --write .",
"lint": "eslint . --fix",
"build": "rollup -c",
"prepack": "npmignore --auto"
},
"types": "types/index.ts",
"keywords": [
"Vanilla JavaScript",
"Wences",
"utility",
"DOM creation",
"HTML management",
"declarative API",
"elegant",
"configurable",
"component",
"component library",
"component creation",
"component management"
],
"author": "Chessurisme",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.17.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"babel-jest": "^29.7.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"jest": "^29.7.0",
"prettier": "3.4.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.29.1",
"rollup-plugin-serve": "^1.1.1",
"rollup-plugin-visualizer": "^5.13.1"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/chessurisme/wences.git"
},
"files": [
"lib",
"types",
"README.md",
"LICENSE.md"
]
}