-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 935 Bytes
/
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
{
"name": "lucide-omi",
"version": "0.0.6",
"description": "Lucide icons for Omi",
"scripts": {
"gen": "node ./scripts/generate-icons.js",
"lint": "eslint 'scripts/**/*.{js}' --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omijs/lucide-omi.git"
},
"author": "dntzhang",
"main": "index.js",
"module": "index.js",
"typings": "lucide-omi.d.ts",
"sideEffects": false,
"license": "MIT",
"bugs": {
"url": "https://github.com/omijs/lucide-omi/issues"
},
"homepage": "https://github.com/omijs/lucide-omi#readme",
"dependencies": {
"omi": "latest"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jsdom": "^23.2.0",
"prettier": "^3.0.3"
}
}