21 lines
524 B
JSON
21 lines
524 B
JSON
{
|
|
"name": "ryobi-crawler",
|
|
"version": "1.0.0",
|
|
"description": "## Project start",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "npx @tailwindcss/cli -i ./templates/input/style.css -o ./templates/output/style.css --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.techtube.pl/krzysiej/ryobi-crawler.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.7",
|
|
"tailwindcss": "^4.1.7"
|
|
}
|
|
}
|