-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
26 lines (26 loc) · 1.03 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
{
"name": "automation",
"version": "0.0.0",
"description": "This repository contains a number of utilities to assist with the creation and publication of Brightlayer UI packages.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier \"./**/**.{ts,tsx,js,jsx,json,css,scss,html,md}\" --write",
"prettier:check": "prettier \"./**/**.{ts,tsx,js,jsx,json,css,scss,html,md}\" --check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etn-ccis/blui-automation.git"
},
"author": "Brightlayer UI <brightlayer-ui@eaton.com> (https://github.com/brightlayer-ui)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/etn-ccis/blui-automation/issues"
},
"homepage": "https://github.com/etn-ccis/blui-automation#readme",
"prettier": "@brightlayer-ui/prettier-config",
"devDependencies": {
"@brightlayer-ui/prettier-config": "^1.0.3",
"prettier": "^3.4.1"
}
}