views/package.json

21 lines
410 B
JSON
Raw Normal View History

2020-09-27 18:37:49 +08:00
{
"name": "@gm5/views",
2025-01-03 17:30:00 +08:00
"version": "3.0.0",
2020-09-27 18:37:49 +08:00
"description": "@gm5框架的模板引擎拓展包",
"type": "module",
"author": "yutent <yutent.io@gmail.com>",
2023-11-01 16:03:07 +08:00
"repository": "https://git.wkit.fun/gm5/views.git",
2025-01-03 17:30:00 +08:00
"main": "index.js",
"types": "index.d.ts",
2023-11-01 16:03:07 +08:00
"keywords": [
"fivejs",
"gm5",
"views",
"smarty"
],
2020-09-27 18:37:49 +08:00
"dependencies": {
"smartyx": "^2.1.0"
},
"license": "MIT"
}