dynamic-content-html
Version:
A dynamic content html processing library for template interpolation with rich content support
85 lines (84 loc) • 2 kB
JSON
{
"name": "dynamic-content-html",
"version": "1.0.5",
"description": "A dynamic content html processing library for template interpolation with rich content support",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run build"
},
"keywords": [
"template",
"interpolation",
"dynamic-text",
"dynamic-text-html",
"dynamic-content-html",
"dynamic-content-email",
"i18n",
"email",
"mjml",
"mjml-email",
"email-template",
"email-builder",
"code4change",
"luck4you",
"react",
"vue",
"nodejs"
],
"author": "Tuan Pham",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.23.0",
"@babel/preset-typescript": "^7.23.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"jest": "^29.7.0",
"rollup": "^4.6.1",
"rollup-plugin-dts": "^6.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": ">=16.8.0",
"vue": ">=2.6.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"vue": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoanganhtuanbkdn/dynamic-content-html.git"
},
"bugs": {
"url": "https://github.com/hoanganhtuanbkdn/dynamic-content-html/issues"
},
"homepage": "https://github.com/hoanganhtuanbkdn/dynamic-content-html#readme",
"dependencies": {
"tslib": "^2.8.1"
},
"directories": {
"example": "examples"
}
}