UNPKG

mettle

Version:

A approachable, fast, flexible and lightweight JavaScript library for building user interfaces.

56 lines (55 loc) 1.72 kB
{ "name": "mettle", "version": "1.1.2", "description": "A approachable, fast, flexible and lightweight 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-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": "https://github.com/maomincoding/mettle" }, "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", "devDependencies": { "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-terser": "^0.4.4", "rollup": "^2.57.0", "typescript": "^4.6.3" } }