convert-svg-core
Version:
Supports converting SVG into another format using headless Chromium
83 lines (82 loc) • 1.89 kB
JSON
{
"name": "convert-svg-core",
"version": "0.7.1",
"description": "Supports converting SVG into another format using headless Chromium",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
"url": "https://github.com/neocotic/convert-svg/issues"
},
"author": {
"name": "neocotic",
"url": "https://github.com/neocotic"
},
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/neocotic"
},
{
"type": "patreon",
"url": "https://www.patreon.com/neocotic"
}
],
"license": "MIT",
"keywords": [
"convert",
"converter",
"svg",
"core",
"headless",
"chromium"
],
"repository": {
"type": "git",
"url": "https://github.com/neocotic/convert-svg.git",
"directory": "packages/convert-svg-core"
},
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
},
"./package.json": "./package.json"
},
"type": "module",
"types": "./dist/commonjs/index.d.ts",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"scripts": {
"build": "tshy",
"test": "node --import tsx --enable-source-maps --test \"test/**/*.test.ts\""
},
"dependencies": {
"cheerio": "^1.1.0",
"file-url": "^4.0.0",
"puppeteer-core": "^24.10.1",
"tmp": "^0.2.3"
},
"devDependencies": {
"@types/node": "^24.0.3",
"@types/sinon": "^17.0.4",
"@types/tmp": "^0.2.6",
"domhandler": "^5.0.3",
"sinon": "^21.0.0",
"tshy": "^3.0.2",
"tsx": "^4.20.3"
},
"engines": {
"node": ">=22"
},
"tshy": {
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
}
}
}