forked from liferay/liferay-frontend-projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 826 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
23
{
"author": "Liferay Frontend Infrastructure Team <[email protected]>",
"description": "Liferay Frontend Guidelines",
"name": "liferay-frontend-guidelines",
"private": true,
"repository": {
"directory": "guidelines",
"type": "git",
"url": "https://github.com/liferay/liferay-frontend-projects.git"
},
"scripts": {
"build": "true",
"check:links": "node support/checkLinks.js",
"ci": "liferay-workspace-scripts ci",
"format": "liferay-workspace-scripts format",
"format:changed": "git ls-files -mz -- \"*.js\" \"*.json\" \"*.md\" | xargs -0 prettier --write --",
"format:check": "liferay-workspace-scripts format:check",
"lint": "liferay-workspace-scripts lint",
"lint:fix": "liferay-workspace-scripts lint:fix",
"test": "node support/checkLinks.js"
},
"version": "0.0.1"
}