1 Star 0 Fork 16

风林/Puter

forked from Gitee 极速下载/Puter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nariman Jelveh 提交于 2024-03-02 18:39 . Initial commit
{
"name": "puter.com",
"version": "1.0.0",
"author": "Puter Technologies Inc.",
"license": "AGPL-3.0-only",
"description": "Desktop environment in the browser!",
"homepage": "https://puter.com",
"directories": {
"lib": "lib"
},
"devDependencies": {
"chalk": "^4.1.0",
"clean-css": "^5.3.2",
"html-entities": "^2.3.3",
"webpack": "^5.88.2",
"express": "^4.18.2",
"nodemon": "^2.0.22",
"uglify-js": "^3.17.4",
"webpack-cli": "^5.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec \"node dev-server.js\" ",
"build": "node ./build.js"
},
"nodemonConfig": {
"ext": "js, json, mjs, jsx, svg, css",
"ignore": [
"./dist/",
"./node_modules/"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fengling_zrd/Puter.git
git@gitee.com:fengling_zrd/Puter.git
fengling_zrd
Puter
Puter
master

搜索帮助