-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 824 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "render-deployment",
"description": "A GitHub Action to trigger deployment in Render.",
"version": "2.1.0",
"private": true,
"type": "module",
"homepage": "https://github.com/sws2apps/render-deployment#readme",
"author": "Scheduling Workbox System <sws2apps.notification@gmail.com>",
"bugs": {
"url": "https://github.com/sws2apps/render-deployment/issues",
"email": "sws2apps.notification@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sws2apps/render-deployment.git"
},
"engines": {
"node": ">=22",
"npm": ">=10"
},
"scripts": {
"start-server": "node backend/index.js"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"express": "^5.2.1"
}
}