{ "name": "@marko/runtime-fluurt", "version": "0.0.1", "private": true, "description": "Optimized runtime for Marko templates.", "keywords": [ "fluurt", "marko", "runtime" ], "homepage": "https://github.com/marko-js/x", "bugs": "https://github.com/marko-js/x/issues", "repository": { "type": "git", "url": "https://github.com/marko-js/x" }, "license": "MIT", "files": [ "dist", "!**/meta.*.json", "!**/*.tsbuildinfo" ], "scripts": { "build": "node -r ~ts ./scripts/bundle.ts" } }