marko/packages/runtime/package.json
2022-04-05 15:18:35 -04:00

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