-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 754 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 754 Bytes
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
{
"name": "docs-devkit",
"description": "Tooling for Axway Appcelerator open source documentation",
"private": true,
"workspaces": [
"packages/docs",
"packages/titanium-docgen",
"packages/vuepress/*"
],
"scripts": {
"bootstrap": "yarn && lerna bootstrap",
"docs:build": "yarn workspace docs build",
"docs:dev": "yarn workspace docs dev",
"docs:metadata": "yarn workspace docs metadata",
"docs:version": "yarn workspace docs createVersion",
"lerna:publish": "lerna publish --yes --conventional-commits",
"lint": "eslint packages --ext .js,.vue"
},
"devDependencies": {
"eslint": "^7.12.1",
"eslint-config-axway": "^6.0.0",
"eslint-plugin-vue-libs": "^4.0.0",
"lerna": "^4.0.0"
}
}