generated from lokalise/npm-package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "@lokalise/frontegg-oauth-client",
"version": "0.0.0-automatically-updated-during-publishing",
"scripts": {
"build": "vite build",
"lint:ts": "tsc --noEmit",
"lint": "biome check && npm run lint:ts",
"lint:fix": "biome check --write",
"test": "vitest run"
},
"files": ["dist"],
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@lokalise/biome-config": "^1.5.0",
"@lokalise/package-vite-config": "^3.1.1",
"jsdom": "^25.0.1",
"msw": "^2.7.0",
"semantic-release": "^24.2.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=20"
}
}