-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 933 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
29
30
31
32
33
34
35
{
"name": "universal-login",
"version": "1.0.0",
"description": "",
"workspaces": {
"packages": ["packages/auth0-acul-js"],
"nohoist": ["**"]
},
"license": "ISC",
"scripts": {
"lint": "npm run lint --workspaces",
"test": "npm test --workspaces",
"build": "npm run build --workspaces",
"docs": "npm run docs --workspaces",
"format": "npm run format --workspaces"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@shikijs/core": "^1.24.0",
"@shikijs/engine-javascript": "^1.24.0",
"@shikijs/engine-oniguruma": "^1.24.0",
"@tsconfig/node18": "^18.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-prettier": "^5.2.1",
"markdown-it": "^14.1.0",
"prettier": "^3.3.3",
"typedoc": "^0.24.6",
"typescript": "^5.0.2",
"yaml": "^2.6.1"
}
}