-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "react-native-svgs-to-icon",
"version": "1.0.4",
"description": "Package to generate icons",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/namnh240795/react-native-svgs-to-icon.git"
},
"author": "Nam Nguyen <[email protected]>",
"license": "MIT",
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\"",
"release": "changeset publish"
},
"bin": {
"react-native-svgs-to-icon": "src/index.js"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"patch-package": "7.0.0",
"prettier": "^3.0.3",
"webpack-iconfont-plugin-nodejs": "^1.0.29"
},
"keywords": [
"react native svgs icon",
"react native generate icon",
"react native vector icon"
],
"bugs": {
"url": "https://github.com/namnh240795/react-native-svgs-to-icon/issues"
},
"homepage": "https://github.com/namnh240795/react-native-svgs-to-icon#readme",
"files": [
"src/**/*",
"patches"
],
"dependencies": {
"@types/fs-extra": "^11.0.1",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-welcome": "^2.2.2",
"meow": "^9.0.0",
"prompt": "^1.3.0"
}
}