-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 923 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 923 Bytes
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
{
"version": "0.0.1",
"description": "",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/hirotask/flagly"
},
"author": "hirotask",
"scripts": {
"lint": "pnpm -r run lint",
"format": "pnpm -r run format",
"format:check": "pnpm -r run format:check",
"build": "pnpm -r run build",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"@eslint/js": "catalog:",
"@vitest/coverage-v8": "catalog:",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"husky": "catalog:",
"prettier": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.30.0"
}