-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.3 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@brainylab/react-select-utils",
"version": "1.1.15",
"author": "BrainyLab Developer <dev@brainylab.com.br>",
"description": "React Select Utils",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"scripts": {
"build": "tsc",
"test": "jest",
"precommit": "git add .",
"commit": "cz",
"postcommit": "git push"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/brainylab/react-select-utils"
},
"bugs": {
"url": "https://github.com/brainylab/react-select-utils/issues"
},
"homepage": "https://github.com/brainylab/react-select-utils#readme",
"keywords": [
"react-select",
"react selects",
"selects",
"select utils",
"utils",
"javascript",
"typescript"
],
"dependencies": {
"@types/jest": "^27.5.1",
"@types/node": "^17.0.36",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"jest": "^28.1.0",
"ts-jest": "^28.0.3",
"ts-node": "^10.8.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}