forked from GitbookIO/integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.14 KB
/
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
36
37
38
{
"name": "@gitbook/integrations",
"version": "0.0.0",
"private": true,
"workspaces": [
"integrations/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"publish": "turbo run publish",
"typecheck": "turbo run typecheck",
"publish-integrations": "turbo run publish-integrations",
"publish-integrations-staging": "turbo run publish-integrations-staging",
"version-packages": "changeset version",
"changeset": "changeset",
"release": "turbo run build && changeset publish",
"build-assets": "ts-node ./scripts/build-assets.ts",
"publish-assets": "./scripts/publish-assets.sh"
},
"devDependencies": {
"@changesets/cli": "^2.27.0",
"assert": "^2.0.0",
"esbuild-register": "^3.3.3",
"test": "^3.2.1",
"ts-node": "^10.9.1",
"turbo": "latest",
"wrangler": "^2.1.12"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"dependencies": {},
"packageManager": "[email protected]"
}