master
yutent 2025-01-03 15:47:13 +08:00
parent e7e7b62e13
commit faba25bf42
1 changed files with 12 additions and 4 deletions

View File

@ -1,16 +1,24 @@
{ {
"name": "smartyx", "name": "smartyx",
"version": "2.1.1", "version": "2.1.1",
"type": "module",
"description": "nodeJS模板引擎理念源自于PHP的smarty模板引擎", "description": "nodeJS模板引擎理念源自于PHP的smarty模板引擎",
"keywords": ["fivejs", "php", "smarty", "template", "ejs", "jade"], "keywords": [
"fivejs",
"php",
"smarty",
"template",
"ejs",
"jade"
],
"author": "yutent <yutent.io@gmail.com>", "author": "yutent <yutent.io@gmail.com>",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/bytedo/smarty.git" "url": "https://git.wkit.fun/bytedo/smarty.git"
}, },
"dependencies": { "dependencies": {
"es.shim": "^2.0.1", "es.shim": "^2.5.0",
"iofs": "^1.5.0" "iofs": "^1.5.3"
}, },
"main": "index.js", "main": "index.js",
"exports": { "exports": {