forked from allmaps/allmaps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.42 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.42 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
{
"name": "@allmaps/allmaps",
"type": "module",
"private": true,
"scripts": {
"watch": "pnpm --recursive --parallel run watch",
"dev": "pnpm --recursive --parallel run dev",
"types": "pnpm --recursive run types",
"build:packages": "pnpm --recursive --filter \"./packages/**\" run build",
"build:apps": "pnpm --recursive --filter \"./apps/**\" run build",
"init": "pnpm install --recursive && pnpm run build:packages && pnpm run check && pnpm run build:apps",
"build": "pnpm --recursive run build",
"check": "pnpm --recursive run check",
"lint": "pnpm --recursive run lint",
"test": "pnpm --recursive run test",
"documentation": "pnpm --recursive run documentation",
"precommit": "pnpm run types && pnpm run test && pnpm run lint && pnpm run documentation",
"remove-tsbuildinfo": "find . -maxdepth 3 -name \"tsconfig.tsbuildinfo\" -type f -delete",
"remove-vite-timestamp": "find . -maxdepth 3 -name \"vite.config.*.timestamp-*\" -type f -delete",
"prepare": "husky install"
},
"devDependencies": {
"husky": "^8.0.3",
"lerna": "^7.0.0",
"nx": "^14.3.6"
},
"engines": {
"node": ">=22.6.0"
},
"packageManager": "pnpm@8.10.0+sha512.9c2cb83f2b6cf6a25d8c58300bf99197c7ef3be84cf3e766f29054b40b83b42f8aaba6fcc314a9ecf27c00f7ce80a757bb4c608800e7adbe2d29dc5c7056f5be",
"dependencies": {
"packages": "link:/Users/bdon/workspace/allmaps/allmaps/packages"
}
}