1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 11:12:58 +05:30
Files
neosubhamoy-portfolio/package.json

17 lines
446 B
JSON

{
"name": "neosubhamoy-portfolio",
"version": "2.0.1",
"description": "Official Portfolio Website of Subhamoy Biswas (@neo_subhamoy)",
"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": "MIT",
"devDependencies": {
"tailwindcss": "^3.4.9"
}
}