mettle-jsx-runtime
Version:
Runtime library for compiling jsx templates for mettle
42 lines (41 loc) • 1.05 kB
JSON
{
"name": "mettle-jsx-runtime",
"version": "1.0.0",
"description": "Runtime library for compiling jsx templates for mettle",
"main": "./jsx-runtime/index.js",
"module": "./jsx-runtime/index.esm.js",
"types": "./jsx-runtime/index.d.ts",
"files": [
"jsx-runtime"
],
"scripts": {
"build": "rimraf index.esm.js index.js index.d.ts && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript && tsc ./jsx-runtime/index.ts -d"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-typescript": "^11.1.2",
"csstype": "^3.1.3",
"rimraf": "^3.0.2",
"rollup": "^3.26.3",
"tslib": "^2.6.0"
},
"private": false,
"keywords": [
"mettle-jsx-runtime",
"mettle-jsx",
"jsx",
"jsx-runtime",
"mettle",
"mettlejs",
"mettle-js",
"virtual dom",
"runtime",
"javascript"
],
"author": "maomincoding",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/maomincoding/mettle-jsx-runtime.git"
}
}