-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 753 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 753 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
{
"name": "posthtml-i18n",
"description": "Internalization with PostHTML.",
"version": "0.0.1",
"license": "MIT",
"author": "PostHTML (https://github.com/posthtml)",
"bugs": "https://github.com/posthtml/posthtml-i18n/issues",
"homepage": "https://github.com/posthtml/posthtml-i18n",
"repository": "posthtml/posthtml-i18n",
"type": "module",
"exports": "./lib/index.js",
"files": [
"lib"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "c8 ava",
"pretest": "xo",
"release": "np"
},
"keywords": [
"html",
"posthtml",
"posthtml-plugin"
],
"devDependencies": {
"ava": "^6.0.1",
"c8": "^9.0.0",
"np": "^10.0.0",
"posthtml": "^0.16.5",
"xo": "^0.56.0"
}
}