-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "notion-to-anything-monorepo",
"version": "0.0.0",
"private": true,
"description": "Monorepo for notion-to-anything packages",
"keywords": [
"notion",
"cms",
"markdown"
],
"homepage": "https://github.com/alvis/notion-to-anything-monorepo#readme",
"bugs": {
"url": "https://github.com/alvis/notion-to-anything-monorepo/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alvis/notion-to-anything-monorepo.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm --recursive run build",
"coverage": "run coverage",
"install": "presetter bootstrap --projects . --projects */*/",
"lint": "run lint --",
"prepare": "husky || true",
"test": "run test --",
"typecheck": "pnpm --recursive run typecheck",
"watch": "run watch"
},
"lint-staged": {
"*": "true"
},
"devDependencies": {
"presetter": "^8.3.0",
"presetter-preset-monorepo": "^8.3.0",
"typescript": "^5.9.0"
},
"packageManager": "pnpm@10.30.0"
}