forked from auth0/auth0-ai-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
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": "auth0-ai-js",
"private": true,
"scripts": {
"build": "lage build",
"build:watch": "lage build:watch",
"clean": "lage clean --no-cache",
"test": "lage test",
"lint": "lage lint",
"prepare": "node .husky/install.mjs"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.8.0",
"@semantic-release/release-notes-generator": "^14.0.3",
"@swc/core": "^1.7.26",
"commitlint": "^19.8.0",
"husky": "^9.1.7",
"ioredis": "^5.7.0",
"lage": "^2.13.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.5.3",
"semantic-release": "^24.2.3",
"semantic-release-monorepo": "^8.0.2",
"semantic-release-unsquash": "^0.2.0",
"terminal-link": "^3.0.0"
},
"packageManager": "npm@9.8.0",
"workspaces": [
"packages/*",
"examples/**"
],
"dependencies": {
"@openfga/sdk": "^0.8.0",
"agents": "^0.1.0",
"vite": "^6.2.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.0.0",
"@tailwindcss/oxide-linux-x64-gnu": "^4.1.13",
"glob-hasher-linux-x64-gnu": "^1.0.0",
"lightningcss-linux-x64-gnu": "^1.30.1"
}
}