-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 845 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 845 Bytes
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
{
"name": "@charmy.tech/react-native-stroke-text",
"version": "1.2.3",
"description": "React Native Stroke/Outline Text",
"main": "build/index.js",
"source": "./src/",
"author": "Charmy Inc. (https://github.com/charmy)",
"license": "MIT",
"homepage": "https://github.com/charmy/react-native-stroke-text#readme",
"repository": "https://github.com/charmy/react-native-stroke-text",
"bugs": {
"url": "https://github.com/charmy/react-native-stroke-text"
},
"keywords": [
"react-native",
"stroke",
"text",
"outline"
],
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/runtime": "^7.21.0",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-native": "^0.71.3",
"prettier": "^2.8.5",
"typescript": "^5.0.2"
}
}