-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "expo-font-weights",
"version": "12.0.9",
"description": "Load fonts at runtime and use them in React Native components.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"expo",
"font"
],
"repository": {
"type": "git",
"url": "https://github.com/jongbelegen/expo-font-weights.git"
},
"bugs": {
"url": "https://github.com/jongbelegen/expo-font-weights/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://github.com/jongbelegen/expo-font-weights",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"fontfaceobserver": "^2.1.0"
},
"devDependencies": {
"expo-module-scripts": "^3.0.0"
},
"peerDependencies": {
"expo": "*"
}
}