This repository was archived by the owner on Apr 3, 2026. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
29 lines (29 loc) · 929 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 929 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
{
"name": "python-practice",
"version": "8.0.0",
"author": "Nicolás Omar González Passerino",
"license": "MIT",
"private": true,
"description": "Repository created to record my practice learning NextJs",
"repository": {
"type": "git",
"url": "git+https://github.com/NicolasOmar/python-practice.git"
},
"bugs": {
"url": "https://github.com/NicolasOmar/python-practice/issues"
},
"homepage": "https://github.com/NicolasOmar/python-practice#readme",
"scripts": {
"semantic-release": "semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"semantic-release": "^24.2.1"
}
}