forked from logto-io/connectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 948 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
{
"name": "root",
"private": true,
"scripts": {
"package:sync": "node templates/sync-to-current.js",
"package:update": "node templates/sync-from-current.js",
"pnpm:devPreinstall": "pnpm package:sync",
"preinstall": "npx only-allow pnpm",
"changeset": "changeset",
"//": "# `changeset version` won't run version lifecycle scripts, see https://github.com/changesets/changesets/issues/860",
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"test": "pnpm -r test",
"prepare": "if test \"$NODE_ENV\" != \"production\" ; then husky install ; fi"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/types": "^17.0.0",
"@types/node": "^18.7.13",
"husky": "^8.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"workspaces": {
"packages": [
"packages/*"
]
}
}