-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 860 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
{
"name": "effect-cedar-schema",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@cedar-policy/cedar-wasm": "^3.2.3",
"@effect/vitest": "^0.13.18",
"@stylistic/eslint-plugin": "^1.5.3",
"@total-typescript/ts-reset": "^0.6.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"bun-types": "latest",
"eslint": "^8.56.0",
"eslint-plugin-check-file": "^2.5.0",
"eslint-plugin-disable-autofix": "^4.2.0",
"eslint-plugin-expect-type": "^0.3.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.20.1",
"typescript": "~5.7.2",
"vitest": "^1.4.0"
},
"dependencies": {
"effect": "~3.10.18"
}
}