21 lines
374 B
JSON
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"
|
|
}
|
|
}
|