| 1234567891011121314151617181920212223242526 |
- {
- "name": "home-display",
- "version": "1.0.0",
- "description": "",
- "homepage": "https://github.com/MorganLee909/home-display#readme",
- "bugs": {
- "url": "https://github.com/MorganLee909/home-display/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/MorganLee909/home-display.git"
- },
- "license": "ISC",
- "author": "Lee Morgan",
- "type": "module",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "dev": "nodemon app.js --ignore build.html -ext html,css,js"
- },
- "dependencies": {
- "esbuild": "^0.27.2",
- "express": "^5.2.1",
- "html-minifier-terser": "^7.2.0"
- }
- }
|