-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 871 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
{
"name": "dotsec-monorepo",
"version": "0.1.0",
"private": true,
"workspaces": [
"./packages/*"
],
"scripts": {
"build": "turbo build",
"postinstall": "lerna bootstrap",
"prepare": "husky install",
"docs": "typedoc --out ./docs/api --readme none --gitRevision $(git rev-parse --abbrev-ref HEAD) --entryPointStrategy packages packages/dotsec packages/plugin-aws packages/plugin-pke"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/config-lerna-scopes": "^17.4.2",
"@types/node": "*",
"esbuild": "*",
"esbuild-runner": "^2.2.2",
"husky": "^7.0.4",
"lerna": "^6.5.1",
"rome": "^11.0.0",
"turbo": "^1.8.3",
"typedoc": "^0.23.26",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^4.9.5",
"vitest": "^0.31.1"
}
}