forked from DevExpress/devextreme-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.15 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
{
"name": "root",
"private": true,
"version": "0.0.0",
"description": "Angular UI and visualization components based on DevExtreme widgets",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/devextreme-angular.git"
},
"scripts": {
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap --no-ci --hoist",
"start": "npm run build && lerna run --scope devextreme-angular-sandbox start",
"lite": "lerna run --scope devextreme-angular-sandbox lite",
"build": "npm run update-integration-meta && lerna run build",
"test": "lerna run test",
"pack": "npm run update-integration-meta && lerna run pack",
"lint": "gulp lint",
"update-integration-meta": "dx-tools generate-ng-smd --artifacts ../devextreme/artifacts/internal-tools --output-path ./packages/devextreme-angular/metadata/NGMetaData.json"
},
"author": "Developer Express Inc.",
"license": "MIT",
"devDependencies": {
"devextreme-internal-tools": "^9.1.4",
"gulp": "^4.0.2",
"gulp-tslint": "^7.1.0",
"lerna": "^3.22.1",
"tslint": "^4.5.1"
},
"keywords": [
"angular",
"devextreme",
"devexpress"
]
}