-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 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
27
28
29
{
"name": "angular-style-guide",
"version": "1.0.0",
"description": "**TypeScript + ESLint**",
"homepage": "https://github.com/Angular-RU/angular-style-guide#readme",
"bugs": {
"url": "https://github.com/Angular-RU/angular-style-guide/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Angular-RU/angular-style-guide.git"
},
"license": "ISC",
"author": "",
"main": "index.js",
"scripts": {
"format": "yarn package:sort && yarn pretty:format --write",
"package:lint": "yarn package:sort --check",
"package:sort": "yarn sort-package-json \"package.json\" \"packages/*/package.json\"",
"pretty:format": "yarn prettier \"**/*.{ts,html,css,scss,md,js,json,yml}\"",
"pretty:lint": "yarn pretty:format --check"
},
"prettier": "@angular-ru/prettier-config",
"devDependencies": {
"@angular-ru/build-tools": "15.263.0",
"@angular-ru/prettier-config": "15.263.1",
"prettier": "2.3.1"
}
}