marko/packages/runtime/package.json
2023-07-12 13:25:33 -04:00

27 lines
546 B
JSON

{
"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"
}
}