-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 845 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
40
41
42
43
44
45
46
47
48
{
"name": "@file-type/xml",
"version": "0.2.1",
"description": "XML detection plugin",
"type": "module",
"exports": "./lib/index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"file-type",
"detect",
"detection",
"detector",
"XML",
"signature",
"namespace",
"SVG",
"XHTML",
"RSS",
"KML",
"GML",
"MusicXML"
],
"dependencies": {
"sax": "^1.4.1",
"strtok3": "^10.0.1"
},
"devDependencies": {
"chai": "^5.1.2",
"mocha": "^11.0.1"
},
"files": [
"lib/**/*.js",
"lib/**/*.d.ts",
"lib/*.cjs"
],
"author": {
"name": "Borewit",
"url": "https://github.com/Borewit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Borewit/file-type-xml.git"
},
"license": "MIT",
"packageManager": "yarn@4.5.3"
}