-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 747 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
{
"name": "docsify-plugin",
"version": "0.3.0",
"private": true,
"description": "Collection of plugins made by anikethsaha",
"main": "dist/index.js",
"scripts": {
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap",
"test": " lerna run test",
"fixlint": "lerna run fixlint",
"build": "lerna run build",
"publish": "lerna publish",
"prepublish": "npm run build"
},
"keywords": [
"docsify",
"plugin"
],
"author": "anikethsaha <anik220798@gmail.com>",
"license": "MIT",
"dependencies": {
"lerna": "^3.20.2"
},
"devDependencies": {
"autoprefixer": "^9.7.4",
"cssnano": "^4.1.10",
"postcss-preset-env": "^6.7.0",
"rollup-plugin-terser": "^5.2.0"
}
}