-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 990 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
{
"name": "dom-wizard",
"version": "0.0.7",
"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": "^8.51.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "3.0.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}