UNPKG

wunphile

Version:

Simple, imperative JavaScript-based static site generator

43 lines (42 loc) 1.1 kB
{ "name": "wunphile", "version": "1.1.2", "description": "Simple, imperative JavaScript-based static site generator", "main": "dist/index.mjs", "type": "module", "types": "dist/index.d.mts", "typings": "dist/index.d.mts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "format": "prettier --write .", "dopublish": "npm run build && npm publish --access public" }, "repository": { "type": "git", "url": "git+https://github.com/termermc/wunphile.git" }, "keywords": [ "static", "site", "generator", "simple", "js", "imperative" ], "author": "termer", "license": "MIT", "bugs": { "url": "https://github.com/termermc/wunphile/issues" }, "devDependencies": { "@types/mime-db": "^1.43.5", "@types/node": "^22.7.5", "prettier": "^3.3.3", "typescript": "^5.6.3" }, "optionalDependencies": { "chokidar": "^4.0.3", "mime-db": "^1.53.0" } }