mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 02:19:34 +05:30
17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"name": "neosubhamoy",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "tailwindcss -i ./src/input.css -o ./htdocs/assets/style.css --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "neo_subhamoy",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.3.2"
|
|
}
|
|
}
|