pdrenderkit
Version:
A lightweight frontend rendering tool focusing on real-time DOM manipulation and flexible utilities for small to medium projects.
48 lines • 1.4 kB
JSON
{
"name": "pdrenderkit",
"version": "1.5.4",
"description": "A lightweight frontend rendering tool focusing on real-time DOM manipulation and flexible utilities for small to medium projects.",
"main": "dist/RenderJS.js",
"scripts": {
"minify": "npx terser src/RenderJS.js -c -m -o dist/RenderJS.js --config-file terser.config.json --name-cache terser.cache.json",
"minify-w": "chokidar 'src/RenderJS.js' -c 'npm run minify'"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pardnchiu/RenderJS.git"
},
"keywords": [
"javascript-library",
"renderjs",
"frontend-tool",
"dom-manipulation",
"lightweight",
"ui-tools",
"real-time-dom",
"flexible-development"
],
"author": {
"name": "邱敬幃 Pardn Chiu",
"email": "dev@pardn.io",
"url": "https://github.com/pardnchiu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pardnchiu/RenderJS/issues",
"email": "dev@pardn.io"
},
"homepage": "https://github.com/pardnchiu/RenderJS#readme",
"devDependencies": {
"chokidar-cli": "3.0.0",
"terser": "5.31.3",
"sass": "1.62.0"
}
}