-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 918 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
36
37
38
39
40
41
42
43
44
45
{
"name": "tailwind-cli-tool",
"version": "0.0.5",
"description": "setup tailwindCSS within just one command",
"type": "module",
"displayName": "tailwind-cli-tool",
"keywords": [
"cli",
"tailwindCSS",
"commander",
"twind-cli",
"tailwind-cli-pro",
"inertiajs",
"vue",
"laravel",
"react",
"js",
"vanilla",
"front-end"
],
"bin": {
"tailwind-cli-tool": "main.js"
},
"main": "./main.js",
"scripts": {
"lint": "eslint"
},
"author": "MD Naimul Islam",
"repository": {
"type": "git",
"url": "git+https://github.com/Naimul007A/T_wind-cli-pro.git"
},
"license": "ISC",
"dependencies": {
"call-bind": "^1.0.2",
"chalk": "^5.3.0",
"inquirer": "^9.1.5",
"shelljs": "^0.8.5"
},
"devDependencies": {
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0"
}
}