forked from DevExpress/devextreme-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 834 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "devextreme-documentation",
"description": "DevExtreme documentation",
"author": "Developer Express Inc.",
"version": "21.1.0",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/devextreme-documentation.git"
},
"devDependencies": {
"devextreme-internal-tools": "^6.4.10"
},
"scripts": {
"update-links": "dx-tools update-links --docs-root ./",
"update-links-validation": "dx-tools update-links --docs-root ./ --validation true",
"generate-content-map": "dx-tools generate-content-map --docs-root ./ --version 21.1",
"update-topics": "dx-tools update-topics --docs-root ./",
"generate-extra-topic": "dx-tools generate-extra-topics --docs-root ./ --version 21.1",
"validate-docs": "dx-tools validate-docs --docs-root ./"
}
}