-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
43 lines (43 loc) · 1020 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
37
38
39
40
41
42
43
{
"name": "rocketflix",
"version": "2.0.0",
"private": true,
"repository": "[email protected]:danieldfc/rocketflix.git",
"author": "Daniel Felizardo <[email protected]>",
"license": "MIT",
"scripts": {
"test": "jest"
},
"contributors": [
{
"name": "Leonardo Scapinello",
"url": "https://github.com/leonardoscapinello",
"email": "[email protected]"
},
{
"name": "Daniel Nora",
"url": "https://github.com/danielnora",
"email": "[email protected]"
}
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"workspaces": {
"packages": [
"packages/*",
"packages/shared/*"
]
},
"devDependencies": {
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"@rocketflix/eslint-config": "*",
"@types/jest": "^24.0.18",
"commitizen": "^4.0.3",
"husky": "^3.1.0",
"jest": "^24.8.0"
}
}