-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "CLEAT",
"description": "Command Line Editing Application Tidbit",
"license": "MIT",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://bentleycs.visualstudio.com/Siemens/_git/ps5-hackathon"
},
"scripts": {
"build": "tsc 1>&2",
"clean": "rimraf lib coverage .rush package-deps.json",
"start": "node lib/main.js"
},
"keywords": [
"Bentley",
"iModel",
"iModel.js",
"iTwin",
"DigitalTwins"
],
"author": {
"name": "Bentley Systems, Inc.",
"url": "http://www.bentley.com"
},
"dependencies": {
"@bentley/bentleyjs-core": "2.11.0",
"@bentley/geometry-core": "2.11.0",
"@bentley/imodeljs-backend": "2.11.0",
"@bentley/imodeljs-common": "2.11.0",
"@bentley/itwin-client": "2.11.0",
"@bentley/imodelhub-client": "2.11.0",
"@bentley/backend-itwin-client": "2.11.0",
"@bentley/ecschema-metadata": "2.11.0",
"@bentley/frontend-authorization-client": "2.11.0",
"@bentley/rbac-client": "2.11.0",
"@bentley/telemetry-client": "2.11.0",
"@bentley/usage-logging-client": "2.11.0",
"@bentley/imodeljs-i18n": "2.11.0"
},
"devDependencies": {
"@bentley/build-tools": "2.8.0",
"ts-node": "8.10.2",
"typescript": "4.1.3"
}
}