Files
dokploy-test/package.json
Jose Selesan c5d8c9bbe0 Initial commit
2026-03-20 10:45:02 -03:00

21 lines
374 B
JSON

{
"name": "dokploy-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://gitea.2pidev.com/jselesan/dokploy-test.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^5.2.1"
}
}