forked from kiri-art/docker-diffusers-api
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
16 lines (16 loc) · 476 Bytes
/
Copy pathpackage.json
File metadata and controls
16 lines (16 loc) · 476 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "docker-diffusers-api",
"version": "0.0.1",
"main": "index.js",
"repository": "https://github.com/kiri-art/docker-diffusers-api.git",
"author": "Gadi Cohen <dragon@wastelands.net>",
"license": "MIT",
"private": true,
"devDependencies": {
"@semantic-release-plus/docker": "^3.1.2",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^19.0.5",
"semantic-release-plus": "^20.0.0"
}
}