加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
jindi j sun 提交于 2023-06-25 01:37 . init: init
{
"name": "xiaojin-api",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@strapi/strapi": "4.11.2",
"@strapi/plugin-users-permissions": "4.11.2",
"@strapi/plugin-i18n": "4.11.2",
"better-sqlite3": "8.0.1"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "775fe46f-2629-459d-8e3d-3d7d379e1044"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化