forked from adenekan41/unitcss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 814 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 814 Bytes
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
{
"name": "unitcss",
"version": "1.1.5",
"description": "A cli tool to convert units in your file",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/adenekan41/unitcss#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/adenekan41/unitcss.git"
},
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,json,md}\""
},
"bin": {
"unitcss": "bin/index"
},
"preferGlobal": true,
"keywords": [
"css",
"unit converter",
"px to rem",
"rem to em",
"css unit converter"
],
"author": "Adenekan Wonderful <hellocodewonders@gmail.com> (https://codewonders.dev)",
"dependencies": {
"chalk": "^4.0.0",
"clui": "^0.3.6",
"inquirer": "^7.1.0",
"minimist": "^1.2.5",
"replace-in-file": "^5.0.2"
}
}