mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-18 22:22:59 +05:30
16 lines
496 B
JSON
16 lines
496 B
JSON
{
|
|
"name": "neosubhamoy-portfolio",
|
|
"version": "2.0.1",
|
|
"description": "Official Portfolio Website of Subhamoy Biswas (@neo_subhamoy)",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "npx tailwindcss -i ./src/input.css -o ./src/assets/style.css --watch",
|
|
"build": "npx tailwindcss -o ./src/assets/style.css --minify"
|
|
},
|
|
"author": "neosubhamoy <hey@neosubhamoy.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.4.17"
|
|
}
|
|
}
|