1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 22:53:03 +05:30
Files
neosubhamoy-portfolio/package.json
2023-07-04 00:59:51 +05:30

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"
}
}