Openstatus
www.openstatus.dev
1{
2 "name": "@openstatus/icons",
3 "version": "0.0.0",
4 "main": "./src/index.tsx",
5 "types": "./src/index.tsx",
6 "license": "MIT",
7 "scripts": {
8 "lint": "biome lint \"**/*.ts*\""
9 },
10 "devDependencies": {
11 "@biomejs/biome": "1.9.4",
12 "@openstatus/tsconfig": "workspace:*",
13 "@types/react": "19.2.2",
14 "@types/react-dom": "19.2.2",
15 "typescript": "5.9.3"
16 },
17 "dependencies": {
18 "react": "19.2.3"
19 }
20}