-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 868 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 868 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
36
{
"name": "seikyu-board",
"version": "0.1.0",
"private": true,
"main": "index.js",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm -r --parallel dev",
"start": "pnpm --filter @seikyu/server start",
"typecheck": "pnpm -r typecheck",
"test": "echo \"No tests yet\"",
"prepare": "husky",
"lint-staged": "lint-staged",
"lint:all": "pnpm -r lint",
"format:all": "pnpm -r format"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.15.4",
"description": "SeikyuBoard monorepo",
"devDependencies": {
"@eslint/js": "^9.34.0",
"eslint": "^9.34.0",
"globals": "^16.3.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"pdf-parse": "^1.1.1",
"prettier": "^3.6.2",
"typescript-eslint": "^8.42.0"
}
}