-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.12 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@bothrs/open-source",
"repository": "[email protected]:bothrs/open-source.git",
"author": {
"name": "Bothrs",
"email": "[email protected]",
"url": "https://bothrs.com"
},
"workspaces": [
"packages/*"
],
"contributors": [
{
"name": "Bram Vanhoutte",
"email": "[email protected]"
},
{
"name": "Jacco Goris",
"email": "[email protected]"
},
{
"name": "Thomas Geysels",
"email": "[email protected]"
},
{
"name": "Fabian Meul",
"email": "[email protected]"
},
{
"name": "Tijs Martens",
"email": "[email protected]"
},
{
"name": "Cédric Van de Walle",
"email": "[email protected]"
},
{
"name": "Thorr Stevens",
"email": "[email protected]"
}
],
"license": "MIT",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"publish:lerna": "doppler run -- lerna publish",
"version:lerna": "doppler run -- lerna version --conventional-commits",
"publish:lerna:ci": "lerna publish from-package --yes --no-verify-access",
"version:lerna:ci": "lerna version --yes --conventional-commits --create-release github --message 'chore(release): publish'",
"generate:npmrc:ci": "echo \"//registry.npmjs.org/:_authToken=\\${NPM_TOKEN}\" >> .npmrc",
"build": "lerna exec -- yarn build",
"test": "lerna exec -- yarn test",
"lint": "lerna exec -- yarn lint"
},
"devDependencies": {
"@bothrs/eslint-config-react": "^2.0.3",
"@bothrs/eslint-config-typescript": "^2.0.4",
"@parcel/packager-ts": "2.8.3",
"@parcel/transformer-typescript-types": "2.8.3",
"@types/jest": "~27.4.1",
"@types/node": "~16.11.38",
"@types/react": "~17.0.44",
"@types/react-native": "~0.64.24",
"eslint": "^8.35.0",
"jest": "^27.5.1",
"jest-extended": "^3.0.1",
"lerna": "^6.5.1",
"nx": "^15.8.5",
"parcel": "2.8.3",
"prettier": "^2.6.2",
"ts-jest": "^27.1.5",
"typescript": "~4.6.4"
},
"dependencies": {},
"resolutions": {
"@types/react": "~17.0.44",
"@types/react-native": "~0.64.24"
},
"version": "420.0.69"
}