UNPKG

@file-type/xml

Version:
60 lines (59 loc) 1.18 kB
{ "name": "@file-type/xml", "version": "0.4.1", "description": "XML detection plugin for file-type", "type": "module", "types": "./lib/index.d.ts", "exports": "./lib/index.js", "scripts": { "clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'src/**/*.d.ts'", "compile-src": "tsc -p lib", "compile": "yarn run compile-src", "lint-ts": "biome check", "build": "yarn run clean && yarn compile", "test": "mocha" }, "keywords": [ "file-type", "detect", "detection", "detector", "XML", "signature", "namespace", "SVG", "XHTML", "RSS", "KML", "GML", "MusicXML" ], "dependencies": { "sax": "^1.4.1", "strtok3": "^10.2.1" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/sax": "^1.2.7", "chai": "^5.1.2", "del-cli": "^6.0.0", "file-type": "^20.1.0", "mocha": "^11.1.0", "typescript": "^5.7.3" }, "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.6.0" }