-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 761 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 761 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
{
"name": "hdmap-parser-and-viewer",
"private": true,
"packageManager": "[email protected]",
"description": "The monorepo for hdmap parser and viewer",
"author": "Ren Dan",
"license": "ISC",
"keywords": [],
"engines": {
"node": ">=18"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"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"
}
}