@cloudpss/template
Version:
String and object template engine for Node.js and the browser.
21 lines • 499 B
JSON
{
"name": "@cloudpss/template",
"version": "0.5.53",
"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",
"scripts": {
"build": "pnpm clean && tsc --build --force",
"clean": "rimraf dist",
"test": "NODE_OPTIONS=\"${NODE_OPTIONS:-} --experimental-vm-modules\" jest"
}
}