-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 920 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
39
40
41
42
43
44
{
"name": "@btrb/sharec-config",
"description": "Sharec config for Bridgetown sites",
"homepage": "https://github.com/bt-rb/sharec-config#readme",
"version": "0.0.1",
"author": {
"email": "[email protected]",
"name": "Andrew Mason",
"url": "https://andrewm.codes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bt-rb/sharec-config.git"
},
"bugs": {
"url": "https://github.com/bt-rb/sharec-config/issues"
},
"keywords": [
"bridgetown",
"editorconfig",
"prettier",
"sharec",
"sharec-config"
],
"dependencies": {
"sharec": "^2.7.1"
},
"devDependencies": {
"clean-publish": "^1.1.7"
},
"files": [
"!configs/node_modules",
"CHANGELOG.md",
"LICENSE",
"README.md",
"configs/*",
"package.json"
],
"scripts": {
"postinstall": "sharec install"
},
"private": false,
"license": "MIT"
}