|
11 | 11 | "types": "./dist/index.d.ts", |
12 | 12 | "import": "./dist/index.js", |
13 | 13 | "require": "./dist/index.cjs" |
14 | | - } |
| 14 | + }, |
| 15 | + "./brands/*": "./brands/*" |
15 | 16 | }, |
16 | 17 | "files": [ |
17 | | - "dist" |
| 18 | + "dist", |
| 19 | + "brands" |
18 | 20 | ], |
19 | 21 | "scripts": { |
20 | 22 | "prepare": "pnpm run build", |
21 | 23 | "emulators:start": "firebase emulators:start -P demo-firebaseui", |
22 | 24 | "build": "tsup", |
23 | 25 | "build:local": "pnpm run build && pnpm pack", |
24 | 26 | "dev": "tsup --watch", |
25 | | - "lint": "tsc --noEmit", |
| 27 | + "lint": "eslint . --ext .ts", |
| 28 | + "lint:fix": "eslint . --ext .ts --fix", |
26 | 29 | "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", |
| 30 | + "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"", |
27 | 31 | "clean": "rimraf dist", |
28 | | - "test:unit": "vitest run tests/unit", |
29 | | - "test:unit:watch": "vitest tests/unit", |
30 | | - "test:integration": "vitest run tests/integration", |
31 | | - "test:integration:watch": "vitest tests/integration", |
| 32 | + "test:unit": "vitest run src", |
| 33 | + "test:unit:watch": "vitest tests", |
| 34 | + "test:integration": "vitest run tests", |
| 35 | + "test:integration:watch": "vitest integration", |
32 | 36 | "test": "vitest run", |
33 | 37 | "publish:tags": "sh -c 'TAG=\"${npm_package_name}@${npm_package_version}\"; git tag --list \"$TAG\" | grep . || git tag \"$TAG\"; git push origin \"$TAG\"'", |
34 | 38 | "release": "pnpm run build && pnpm pack --pack-destination --pack-destination ../../releases/" |
|
46 | 50 | }, |
47 | 51 | "dependencies": { |
48 | 52 | "@invertase/firebaseui-translations": "workspace:*", |
49 | | - "nanostores": "^0.11.3", |
| 53 | + "libphonenumber-js": "^1.12.23", |
| 54 | + "nanostores": "catalog:", |
| 55 | + "qrcode-generator": "^2.0.4", |
50 | 56 | "zod": "^3.24.1" |
51 | 57 | }, |
52 | 58 | "devDependencies": { |
|
0 commit comments