-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1.01 KB
/
package.json
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
{
"name": "@itwin/reality-capture",
"private": true,
"version": "1.0.0",
"description": "This project contains reality-capture SDK for Reality Modeling, Reality Analysis, Reality Conversion and Reality Management APIs, as well as Reality Management utils.",
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm -r run build",
"clean": "pnpm -r run clean",
"lint": "pnpm -r run lint",
"lint-fix": "pnpm -r run lint-fix",
"coverage": "pnpm -r run coverage --workspace-concurrency=1",
"integration-tests": "pnpm -r run test:integration --workspace-concurrency=1",
"change": "beachball change",
"check": "beachball check",
"version-bump": "beachball bump",
"publish-packages": "beachball publish"
},
"keywords": [],
"author": {
"name": "Bentley Systems, Inc.",
"url": "http://www.bentley.com"
},
"license": "MIT",
"devDependencies": {
"beachball": "^2.47.1"
},
"repository": {
"type": "git",
"url": "https://github.com/iTwin/reality-capture"
}
}