-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 904 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
{
"name": "@drupal-js-sdk/monorepo",
"private": true,
"scripts": {
"build": "pnpm clean && tsc",
"changeset": "changeset",
"clean": "pnpm clean:dist && pnpm clean:test && pnpm clean:docs",
"clean:dist": "rimraf packages/*/dist || true",
"clean:test": "rimraf packages/*/coverage || true",
"clean:docs": "rimraf packages/*/api || true",
"lint:commit": "commitlint",
"postinstall": "husky install",
"preinstall": "npx only-allow pnpm",
"test": "pnpm build && pnpm workspaces foreach run test",
"version": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"commitlint-plugin-workspace-scopes": "^1.1.0",
"husky": "^8.0.3",
"rimraf": "^3.0.2",
"rollup": "^3.29.4"
},
"packageManager": "pnpm@3.2.3",
"version": "0.0.1"
}