-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 820 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 820 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
{
"name": "microdotblog-bookshelf-shortcode",
"version": "1.0.0",
"description": "A Micro.blog plug-in that enables a shortcode to embed a [Micro.blog bookshelf](https://help.micro.blog/t/bookshelves/515) on any page.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://kottkrig@github.com/kottkrig/microdotblog-bookshelf-shortcode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kottkrig/microdotblog-bookshelf-shortcode/issues"
},
"homepage": "https://github.com/kottkrig/microdotblog-bookshelf-shortcode#readme",
"devDependencies": {
"prettier": "^2.8.0",
"prettier-plugin-go-template": "^0.0.13"
}
}