forked from iTwin/itwinjs-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "@itwin/workspace-editor",
"license": "MIT",
"main": "lib/WorkspaceEditor.js",
"version": "4.2.0-dev.15",
"bin": {
"WorkspaceEditor": "./lib/WorkspaceEditor.js"
},
"scripts": {
"build": "tsc 1>&2",
"clean": "rimraf lib .rush/temp/package-deps*.json",
"cover": "",
"docs": "",
"lint": "eslint -f visualstudio \"./src/**/*.ts\" 1>&2",
"test": ""
},
"files": [
"/lib/*.js"
],
"repository": {
"type": "git",
"url": "https://github.com/iTwin/itwinjs-core.git",
"directory": "utils/workspace-editor"
},
"dependencies": {
"@itwin/core-bentley": "workspace:*",
"@itwin/core-common": "workspace:*",
"@itwin/core-backend": "workspace:*",
"glob": "^7.1.2",
"yargs": "^17.4.0"
},
"devDependencies": {
"@itwin/build-tools": "workspace:*",
"@itwin/eslint-plugin": "4.0.0-dev.44",
"@types/chai": "4.3.1",
"@types/mocha": "^8.2.2",
"@types/yargs": "17.0.19",
"@types/glob": "^5.0.35",
"eslint": "^8.44.0",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
"typescript": "~5.0.2"
}
}