-
Notifications
You must be signed in to change notification settings - Fork 210
/
package.json
33 lines (33 loc) · 1.07 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
{
"name": "itwinjs-core",
"//private": "NOTE: This 'root' package is private. It is never published",
"private": true,
"description": "iTwin.js core components",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iTwin/itwinjs-core"
},
"scripts": {
"build": "echo NOTE: use 'rush build' instead",
"clean": "echo NOTE: use 'rush clean' instead",
"docs": "echo NOTE: use 'rush docs' instead",
"lint": "echo NOTE: use 'rush lint' instead",
"test": "echo NOTE: use 'rush test' instead",
"test:integration": "echo NOTE: use 'rush test:integration' instead",
"preinstall": "echo ERROR: use 'rush install' instead && exit 1"
},
"keywords": [
"Bentley",
"BIM",
"iModel",
"digital-twin",
"iTwin"
],
"author": {
"name": "Bentley Systems, Inc.",
"url": "http://www.bentley.com"
},
"//dependencies": "NOTE: dependencies will be empty here and instead specified in each package.",
"//devDependencies": "NOTE: devDependencies will be empty here and instead specified in each package."
}