-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.14 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.14 KB
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
31
32
33
34
35
36
37
38
39
{
"name": "monei-python-sdk",
"version": "2.5.4",
"description": "MONEI PYTHON SDK",
"author": "monei",
"type": "module",
"scripts": {
"build": "./scripts/build.sh",
"build:local": "./scripts/build.sh local",
"test": "uv run pytest",
"release": "release-it",
"prepare": "husky",
"lint": "uv run black .",
"commitlint": "commitlint --edit",
"format": "uv run black .",
"format:check": "uv run black --check .",
"lint-staged": "lint-staged"
},
"lint-staged": {
"*.py": "uv run black"
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@openapitools/openapi-generator-cli": "2.25.2",
"@release-it/bumper": "^7.0.5",
"@release-it/conventional-changelog": "10.0.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"release-it": "^19.0.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"@openapitools/openapi-generator-cli"
]
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}