-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 903 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
{
"name": "svgo-plugin-add-classes-to-colors",
"version": "1.2.0",
"description": "SVGO plugin that add corresponding class to element that has specific colors.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tychenjiajun/svgo-plugin-add-classes-to-colors.git"
},
"keywords": [
"svgo",
"svgo-plugin",
"svg"
],
"author": "Jiajun Chen <[email protected]> (https://jjchen.cc/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tychenjiajun/svgo-plugin-add-classes-to-colors/issues"
},
"homepage": "https://github.com/tychenjiajun/svgo-plugin-add-classes-to-colors#readme",
"devDependencies": {
"eslint": "^9.19.0",
"jest": "^29.7.0",
"prettier": "^3.5.2"
},
"peerDependencies": {
"svgo": "^3.3.0"
},
"dependencies": {
"svgo": "^3.3.0"
}
}