{
  "name": "mettle",
  "version": "1.8.3",
  "description": "A approachable, fast, flexible JavaScript library for building user interfaces.",
  "main": "./dist/mettle.full.js",
  "module": "./dist/mettle.runtime-esm.js",
  "unpkg": "./dist/mettle.full.prod.js",
  "jsdelivr": "./dist/mettle.full.prod.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "types",
    "jsx.d.ts",
    "lib/jsx-runtime.js"
  ],
  "exports": {
    ".": {
      "import": "./dist/mettle.runtime-esm.js",
      "types": "./types/index.d.ts"
    },
    "./jsx-runtime": {
      "import": "./lib/jsx-runtime.js",
      "types": "./types/jsx-runtime.d.ts"
    }
  },
  "scripts": {
    "tsc": "tsc",
    "build": "tsc && npm run build-red && npm run build-rep && npm run build-fed && npm run build-fep && npm run build-fd && npm run build-fp",
    "build-red": "rollup -c config/index.js --environment TARGET:runtime-esm-dev",
    "build-rep": "rollup -c config/index.js --environment TARGET:runtime-esm-prod",
    "build-fed": "rollup -c config/index.js --environment TARGET:full-esm-dev",
    "build-fep": "rollup -c config/index.js --environment TARGET:full-esm-prod",
    "build-fd": "rollup -c config/index.js --environment TARGET:full-dev",
    "build-fp": "rollup -c config/index.js --environment TARGET:full-prod"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maomincoding/mettle.git"
  },
  "private": false,
  "keywords": [
    "mettle",
    "mettlejs",
    "mettle-js",
    "dom",
    "mvvm",
    "virtual dom",
    "html",
    "template",
    "string",
    "view",
    "javascript"
  ],
  "author": "maomincoding",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/maomincoding/mettle/issues"
  },
  "homepage": "https://github.com/maomincoding/mettle#readme",
  "dependencies": {
    "csstype": "^3.1.3"
  },
  "devDependencies": {
    "@rollup/plugin-replace": "^5.0.2",
    "@rollup/plugin-terser": "^0.4.4",
    "rollup": "^2.57.0",
    "typescript": "^4.6.3"
  }
}
