-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.17 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
{
"name": "fepper-utils",
"version": "1.4.7",
"description": "Fepper utilities",
"main": "index.js",
"scripts": {
"doc": "node run/doc.js",
"lint": "eslint index.js && eslint run",
"test": "npm run lint"
},
"husky": {
"hooks": {
"post-commit": "npm run doc",
"pre-push": "npm test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/electric-eloquence/fepper-utils.git"
},
"keywords": [
"atomic",
"component",
"design",
"end",
"fepper",
"front",
"front-end",
"frontend",
"lab",
"library",
"pattern",
"prototype",
"prototyper",
"prototyping",
"template"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/electric-eloquence/fepper-utils/issues"
},
"homepage": "https://github.com/electric-eloquence/fepper-utils#readme",
"dependencies": {
"fs-extra": "^10.0.0",
"js-beautify": "1.15.1",
"js-yaml": "^4.1.0",
"json5": "2.2.3",
"rcloader": "^0.2.2",
"slash": "^3.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"eslint": "8.x",
"husky": "4.x",
"jsdoc-to-markdown": "^5.0.1"
}
}