-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 896 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
{
"name": "hdmap-parser-and-viewer",
"private": true,
"packageManager": "pnpm@10.7.1",
"description": "The monorepo for hdmap parser and viewer",
"author": "Ren Dan",
"license": "ISC",
"repository": {
"type": "github",
"url": "https://github.com/42arch/hdmap-viewer"
},
"keywords": [],
"engines": {
"node": ">=18"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"clean": "turbo run clean && rm -rf node_modules",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build --filter=./packages/opendrive-parser && changeset publish"
},
"devDependencies": {
"@antfu/eslint-config": "^6.1.0",
"@changesets/cli": "^2.29.8",
"eslint": "^9.38.0",
"turbo": "^2.5.8",
"typescript": "^5.9.3"
}
}