mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
29 lines
656 B
JSON
29 lines
656 B
JSON
{
|
|
"name": "@marko/runtime-fluurt",
|
|
"description": "Optimized runtime for Marko templates.",
|
|
"version": "0.0.1",
|
|
"bugs": "https://github.com/marko-js/x/issues",
|
|
"files": [
|
|
"dist",
|
|
"!**/__tests__",
|
|
"!**/*.tsbuildinfo"
|
|
],
|
|
"homepage": "https://github.com/marko-js/x",
|
|
"keywords": [
|
|
"fluurt",
|
|
"marko",
|
|
"runtime"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/marko-js/x"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:types && npm run build:js",
|
|
"build:js": "node -r esbuild-register esbuild.ts",
|
|
"build:types": "tsc -d",
|
|
"prepublishOnly": "npm run build"
|
|
}
|
|
}
|