-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"name": "replace-styles",
"version": "1.0.11",
"description": "Replace any css property in all specified files in config.",
"scripts": {
"start": "node bin/cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Kristiyan Velkov - More_well",
"email": "christiyanweb@gmail.com",
"url": "https://www.linkedin.com/in/kristiyan-velkov-763130b3/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kristiyan-velkov/replace-styles.git"
},
"homepage": "https://github.com/kristiyan-velkov/replace-styles#readme",
"bugs": {
"url": "https://github.com/kristiyan-velkov/replace-styles/issues"
},
"license": "ISC",
"main": "index.js",
"type": "module",
"keywords": [
"replace",
"css",
"sass",
"scss",
"file",
"css property",
"replace existing css styles",
"easy replace style",
"Css replacer",
"easy to replace"
],
"dependencies": {
"chalk": "^5.0.1",
"findup-sync": "^5.0.0",
"glob": "^8.1.0"
}
}