UNPKG

sage-static

Version:

Simple Express static server for hosting SPAs on Heroku

36 lines (35 loc) 728 B
{ "name": "sage-static", "version": "0.0.3", "description": "Simple Express static server for hosting SPAs on Heroku", "main": "dist/index.js", "scripts": { "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "build": "tsc", "postinstall": "npm run build" }, "keywords": [ "express", "static", "server", "spa", "heroku" ], "author": "", "license": "MIT", "dependencies": { "compression": "^1.8.0", "express": "^5.1.0", "helmet": "^8.1.0" }, "devDependencies": { "@types/compression": "^1.8.0", "@types/express": "^5.0.2", "@types/helmet": "^0.0.48", "@types/node": "^22.15.30" }, "engines": { "node": ">=22.0.0" } }