-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 817 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 817 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
26
27
{
"name": "@devshareacademy/prettier-config",
"version": "0.0.6",
"description": "Shared prettier config for my projects",
"main": "index.js",
"scripts": {
"publish:npm": "npm publish --registry https://registry.npmjs.org/ --access public --ignore-scripts",
"publish:github": "npm publish --registry https://npm.pkg.github.com/ --ignore-scripts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devshareacademy/prettier-config.git"
},
"keywords": [
"prettier",
"prettierconfig"
],
"author": {
"name": "Scott Westover",
"email": "scottwestover2006@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/devshareacademy/prettier-config/issues"
},
"homepage": "https://github.com/devshareacademy/prettier-config#readme"
}