mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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/"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user