-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "magic",
"version": "0.0.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/GSTJ/react-native-magic-modal.git"
},
"author": "Gabriel Taveira <[email protected]> (https://github.com/GSTJ)",
"license": "MIT",
"keywords": [
"react-native",
"ios",
"android"
],
"bugs": {
"url": "https://github.com/GSTJ/react-native-magic-modal/issues"
},
"homepage": "https://github.com/GSTJ/react-native-magic-modal#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"format": "turbo format",
"format:fix": "turbo format:fix",
"typecheck": "turbo typecheck",
"start": "turbo start",
"test": "turbo test",
"build": "turbo build",
"release": "turbo release",
"docs": "turbo docs",
"doctor": "turbo doctor"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"turbo": "^2.3.3"
}
}