-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 944 Bytes
/
package.json
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
{
"private": true,
"name": "image-quantization-monorepo",
"description": "image-quantization monorepository",
"version": "0.0.0",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@types/jest": "27.0.3",
"esbuild": "^0.14.10",
"husky": "^7.0.4",
"jest": "^27.4.5",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"shx": "^0.3.3",
"ts-jest": "^27.1.2",
"typescript": "4.5.4"
},
"scripts": {
"format": "prettier \"**/*.{js,jsx,ts,tsx,json,md,yaml,yml}\" --write --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibezkrovnyi/image-quantization.git"
},
"keywords": [],
"author": "Igor Bezkrovnyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/ibezkrovnyi/image-quantization/issues"
},
"homepage": "https://github.com/ibezkrovnyi/image-quantization#readme"
}