This repository has been archived on 2026-02-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
swift-duct-calc/package.json
2026-01-02 11:17:20 -05:00

24 lines
565 B
JSON

{
"name": "swift-manual-d",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "npx @tailwindcss/cli -i Public/css/main.css -o Public/css/output.css"
},
"repository": {
"type": "git",
"url": "ssh://git@git.housh.dev:2222/michael/swift-manual-d.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@tailwindcss/cli": "^4.1.18",
"daisyui": "^5.5.14",
"tailwindcss": "^4.1.18"
}
}