forked from mipengine/mip-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 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
{
"name": "mip-extensions",
"version": "2.0.1",
"description": "MIP 组件包括官方组件和开发者自定义组件,是用于定制站点页面功能的利器。",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"prebuild": "echo Hi Miper, Welcome to start compile!",
"build": "mip-extension-optimise ./src",
"release": "gren release",
"postbuild": "echo Compile over, Have a nice day!"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mipengine/mip-extensions.git"
},
"keywords": [
"MIP",
"Extensions"
],
"author": "Jackson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mipengine/mip-extensions/issues"
},
"homepage": "https://github.com/mipengine/mip-extensions#readme",
"dependencies": {},
"devDependencies": {
"github-release-notes": "^0.11.0",
"mip-extension-optimizer": "^1.1.3"
}
}