-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "posthtml-modules",
"version": "0.9.1",
"description": "Posthtml modules processing",
"license": "MIT",
"repository": "canvaskisa/posthtml-modules",
"author": "Aleksandr Yakunichev <canvaskisa@gmail.com> (https://github.com/canvaskisa)",
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
"test": "c8 ava",
"pretest": "clinton && xo"
},
"keywords": [
"posthtml",
"posthtml-modules",
"parser",
"transform",
"html",
"module"
],
"dependencies": {
"is-json": "^2.0.1",
"lodash": "^4.17.21",
"posthtml-expressions": "^1.11.0",
"posthtml-match-helper": "^1.0.3",
"posthtml-render": "^3.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-angular": "^17.4.4",
"ava": "^3.15.0",
"c8": "^7.6.0",
"clinton": "^0.14.0",
"conventional-changelog-cli": "^2.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"posthtml": "^0.16.6",
"xo": "^0.37.1"
}
}