-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.37 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.37 KB
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
39
40
41
{
"name": "@specialdoom/conventional-tasks",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"dev": "pnpm --filter @specialdoom/conventional-web run dev",
"check:svelte": "pnpm --filter @specialdoom/conventional-web run check",
"check:scripts": "eslint .",
"check": "pnpm check:svelte && pnpm check:scripts",
"build:web": "pnpm --filter @specialdoom/conventional-web run build",
"build:ui": "pnpm --filter @specialdoom/conventional-ui run build"
},
"keywords": [],
"author": "specialdoom",
"license": "MIT",
"type": "module",
"devDependencies": {
"@commitlint/cli": "17.7.2",
"@commitlint/config-conventional": "17.7.0",
"@ls-lint/ls-lint": "2.1.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.0.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/release-notes-generator": "12.0.0",
"@tsconfig/svelte": "5.0.2",
"@typescript-eslint/eslint-plugin": "6.7.3",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-svelte": "2.33.2",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"multi-semantic-release": "3.0.2",
"prettier": "3.0.3",
"prettier-plugin-svelte": "3.0.3",
"semantic-release": "22.0.5",
"typescript": "5.2.2"
}
}