-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.04 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@mohalla-tech/atomizer-tailwindcss-migrator",
"version": "1.0.2",
"description": "A CLI tool to migrate from atomizer to tailwindcss",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .js",
"ci:release": "changeset publish",
"changeset": "changeset"
},
"bin": {
"tw-mg": "./src/index.js"
},
"author": "mahendra790",
"license": "MIT",
"keywords": [
"acss",
"atomizer",
"tailwindcss",
"javascript",
"css",
"refactor",
"migrate",
"automation"
],
"dependencies": {
"commander": "^11.0.0",
"glob": "^10.3.4",
"lodash": "^4.17.21",
"open": "^9.1.0"
},
"type": "module",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"eslint": "^8.48.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShareChat/atomizer-tailwindcss-migrator"
},
"packageManager": "pnpm@8.10.2"
}