{ "name": "smartyx", "version": "2.1.1", "type": "module", "description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎", "keywords": [ "fivejs", "php", "smarty", "template", "ejs", "jade" ], "author": "yutent ", "repository": { "type": "git", "url": "https://git.wkit.fun/bytedo/smarty.git" }, "dependencies": { "es.shim": "^2.5.0", "iofs": "^1.5.3" }, "main": "index.js", "exports": { "require": "./index.js", "import": "./index.mjs" }, "license": "MIT" }