forked from lindelwa122/dom-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 991 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 991 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
37
38
39
{
"name": "dom-wizard",
"version": "0.0.8",
"description": "JavaScript library that makes DOM manipulation easy and more managable.",
"main": "index.js",
"bin": "./bin/cli.js",
"types": "./dom-wizard.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lindelwa122/dom-wizard.git"
},
"keywords": [
"dom-manipulation",
"dom",
"library",
"objects"
],
"author": "Lindelwa",
"license": "MIT",
"bugs": {
"url": "https://github.com/lindelwa122/dom-wizard/issues"
},
"homepage": "https://github.com/lindelwa122/dom-wizard#readme",
"devDependencies": {
"eslint": "^9.37.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^10.1.8",
"husky": "^9.1.7",
"lint-staged": "^16.2.3",
"prettier": "3.6.2"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}