-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.49 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
{
"name": "babel-plugin-lucide-react-native",
"version": "1.0.3",
"description": "lucide-react-native modularized builds without the hassle",
"repository": {
"type": "git",
"url": "git://github.com/WanQuanXie/babel-plugin-lucide-react-native.git"
},
"author": "Elvis (github.com/WanQuanXie) <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"engines": {
"node": ">=20.0.0"
},
"homepage": "https://github.com/WanQuanXie/babel-plugin-lucide-react-native",
"scripts": {
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",
"test": "kcd-scripts test",
"test:cov": "npm test -- --coverage",
"test:update": "npm test -- --updateSnapshot --coverage",
"typecheck": "kcd-scripts typecheck",
"validate": "kcd-scripts validate"
},
"keywords": [
"lucide",
"lucide-react-native",
"modularize",
"babel-plugin",
"react-native"
],
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/node": "^20.14.15",
"babel-plugin-tester": "^11.0.4",
"kcd-scripts": "^16.0.0",
"lucide-react-native": "^0.427.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@babel/helper-module-imports": "^7.24.7",
"@babel/runtime": "^7.25.0"
}
}