-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 959 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
{
"name": "markdown-magic-subpackage-list",
"version": "1.1.2",
"description": "Print a list of subpackages for markdown file",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/camacho/markdown-magic-subpackage-list.git"
},
"bugs": {
"url": "https://github.com/camacho/markdown-magic-subpackage-list/issues"
},
"homepage": "https://github.com/camacho/markdown-magic-subpackage-list#readme",
"author": "Patrick Camacho <[email protected]>",
"keywords": [
"markdown-magic",
"lerna",
"sub-package",
"list",
"plugin"
],
"main": "index.js",
"scripts": {
"docs": "node example.js",
"format": "prettier --single-quote --trailing-comma es5 --write index.js example.js",
"prepublish": "npm run docs"
},
"peerDependencies": {
"markdown-magic": ">=0.1 <=2.x"
},
"devDependencies": {
"markdown-magic": "^2.0.0",
"prettier": "^2.0.0"
}
}