-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 854 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 854 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
28
29
30
31
32
33
34
35
{
"name": "@supple-kit/prettier-config",
"version": "1.0.1",
"description": "Prettier config for Supple-kit projects",
"main": "index.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supple-kit/prettier-config.git"
},
"keywords": [
"prettier",
"config",
"prettier-config",
"supple-kit"
],
"author": "Bram Smulders <source@bram.is>",
"funding": [
{
"type": "github",
"url": "https://www.github.com/sponsors/bramsmulders"
},
{
"type": "paypal",
"url": "https://www.paypal.me/smuldersbram/EUR"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/supple-kit/prettier-config/issues"
},
"homepage": "https://github.com/supple-kit/prettier-config#readme"
}