@cloudpss/template
Version:
Lightweight string and object templating utilities with interpolation and formula support.
25 lines • 592 B
JSON
{
"name": "@cloudpss/template",
"version": "0.6.20",
"author": "CloudPSS",
"license": "MIT",
"keywords": [
"template",
"string-template",
"template-string"
],
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": "./dist/index.js",
"dependencies": {
"@mirascript/mirascript": "^0.1.43",
"lru-cache": "^11.2.5"
},
"scripts": {
"build": "pnpm clean && tsc --build --force",
"clean": "rimraf dist",
"test": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --experimental-vm-modules\" jest"
}
}