UNPKG

svg-colorizer

Version:

Modify colors in SVG elements for web and server-side applications.

46 lines 1.09 kB
{ "name": "svg-colorizer", "version": "0.3.1", "description": "Modify colors in SVG elements for web and server-side applications.", "scripts": { "build": "npx tsup --config tsup.config.js", "build:watch": "npx tsup --config tsup.config.js --watch", "test": "npx jest" }, "keywords": [ "svg", "colorizer", "colors", "fill", "vector", "image" ], "author": "Arman Ghazaryan", "license": "MIT", "main": "./dist/index.js", "exports": { "types": { "import": "./dist/index.d.ts", "require": "./dist/index.d.cts" }, "import": "./dist/index.js", "require": "./dist/index.cjs" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/jsdom": "^21.1.6", "@types/tinycolor2": "^1.4.6", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jsdom": "^24.0.0", "tinycolor2": "^1.6.0", "ts-jest": "^29.1.2", "tsup": "^8.4.0", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "https://github.com/Arman2409/svg-colorizer" }, "type": "module" }