-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 810 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
{
"name": "create-itch-tailwind",
"version": "0.0.2",
"description": "Vite and Tailwind based CSS and HTML generator for itch.io project pages",
"main": "bin/cli.js",
"type": "module",
"author": "Billiam",
"license": "ISC",
"files": [
"lib/*",
"template/build/*",
"template/src/data.yml",
"template/src/index.css",
"template/.prettier*",
"template/gitignore",
"template/package.json",
"template/*.config.js"
],
"bin": {
"create-itch-tailwind": "bin/cli.js"
},
"scripts": {},
"dependencies": {
"@inquirer/prompts": "^4.0.0",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"js-beautify": "^1.15.1",
"node-html-parser": "^6.1.12"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-sort-imports": "^1.8.3"
}
}