-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 916 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@smartcar/prettier-config",
"version": "0.0.0",
"description": "Smartcar's prettier configuration",
"keywords": [
"prettier-config",
"smartcar"
],
"homepage": "https://github.com/smartcar/prettier-config#readme",
"bugs": {
"url": "https://github.com/smartcar/prettier-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartcar/prettier-config.git"
},
"license": "MIT",
"author": {
"name": "Smartcar",
"email": "[email protected]",
"url": "https://smartcar.com"
},
"main": "prettier.config.js",
"scripts": {
"lint": "prettier --write . && sort-package-json",
"prepare": "husky install"
},
"devDependencies": {
"husky": "^8.0.1",
"prettier": "^2.0.1",
"semantic-release": "^19.0.3",
"sort-package-json": "^1.35.0"
},
"engines": {
"node": ">=14.15.0",
"npm": ">=8.3.0"
}
}