-
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.13 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.13 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": "shared-images",
"version": "0.0.0",
"description": "",
"scripts": {
"test": "npm run test:workflow",
"test:workflow": "jest .github/scripts",
"lint": "mega-linter-runner",
"format": "prettier --write . && npm run format:python",
"format:check": "prettier --check . && npm run format:python:check",
"format:python": "python3 -m ruff format .",
"format:python:check": "python3 -m ruff format --check .",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MapColonies/shared-images.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/MapColonies/shared-images/issues"
},
"homepage": "https://github.com/MapColonies/shared-images#readme",
"devDependencies": {
"@commitlint/cli": "^20.5.2",
"@commitlint/config-conventional": "^20.5.0",
"@map-colonies/prettier-config": "^1.0.0",
"husky": "^9.1.7",
"jest": "^30.4.2",
"mega-linter-runner": "^9.5.0",
"mock-fs": "^5.5.0",
"prettier": "^3.8.3",
"pretty-quick": "^4.2.2",
"yaml": "^2.9.0"
}
}