-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.25 KB
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
{
"name": "xast-namespaces",
"version": "2.0.0",
"description": "Attach namespace information to a xast XML element tree.",
"author": "Remco Haszing <remcohaszing@gmail.com>",
"license": "MIT",
"repository": "remcohaszing/xast-namespaces",
"bugs": "https://github.com/remcohaszing/xast-namespaces/issues",
"homepage": "https://github.com/remcohaszing/xast-namespaces#readme",
"funding": "https://github.com/sponsors/remcohaszing",
"type": "module",
"exports": "./dist/xast-namespaces.js",
"files": [
"dist",
"src"
],
"keywords": [
"namespace",
"namespaces",
"unist",
"xast",
"xast-util",
"xml"
],
"scripts": {
"prepack": "tsc --build",
"pretest": "tsc --build",
"test": "c8 node --test --test-reporter junit --test-reporter-destination junit.xml --test-reporter spec --test-reporter-destination stdout"
},
"dependencies": {
"@types/xast": "^2.0.0"
},
"devDependencies": {
"@nodejs-loaders/tsx": "^1.0.0",
"@remcohaszing/eslint": "^13.0.0",
"@types/node": "^25.0.0",
"c8": "^10.0.0",
"prettier": "^3.0.0",
"remark-cli": "^12.0.0",
"remark-preset-remcohaszing": "^3.0.0",
"snapshot-fixtures": "^1.0.0",
"typescript": "^5.0.0",
"xastscript": "^4.0.0"
}
}