-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.25 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
{
"private": false,
"name": "pdejs",
"version": "0.0.2",
"volta": {
"node": "16.14.2"
},
"license": "Apache-2.0",
"scripts": {
"preflight": "npm ci .",
"postinstall": "npx husky install && turbo run license-checker",
"prepare": "turbo run build && turbo run license-checker",
"dev": "turbo run dev --parallel",
"build": "turbo run build",
"test": "turbo run test",
"clear": "turbo run clear",
"graph": "turbo run build test lint format clean --graph=task-graph.png",
"changelog": "conventional-changelog --preset conventionalcommits --release-count 0 --commit-path $PWD --pkg $PWD/package.json --infile $PWD/CHANGELOG.md --same-file"
},
"workspaces": ["apps/*", "examples/*", "packages/*"],
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@editorjs/editorjs": "^2.25.0",
"@secretlint/secretlint-rule-preset-recommend": "^5.2.4",
"commitlint-plugin-workspace-scopes": "^1.1.0",
"conventional-changelog-cli": "^2.2.2",
"husky": "^8.0.1",
"license-checker-rseidelsohn": "^3.1.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"secretlint": "^5.2.4",
"turbo": "^1.4.5",
"typescript": "^4.8.2",
"vite": "^3.1.0"
}
}