mirror of
https://github.com/marko-js/marko.git
synced 2026-01-25 15:03:04 +00:00
27 lines
546 B
JSON
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"
|
|
}
|
|
}
|