-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 1.15 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "octoparse",
"version": "0.5.5",
"description": "octoParse-小程序富文本解析自定义组件",
"homepage": "https://github.com/kaola-fed/octoparse",
"files": [
"lib",
"index.js"
],
"author": "kaola-fed",
"repository": {
"type": "git",
"url": "https://github.com/kaola-fed/octoparse.git"
},
"main": "lib/index.js",
"module": "src/index.js",
"scripts": {
"tasks": "gulp --tasks",
"dev": "gulp dev",
"test": "jest",
"build:watch": "babel src --out-dir lib --plugins=babel-plugin-add-module-exports --watch && gulp copyTemplate",
"build": "babel src --out-dir lib --plugins=babel-plugin-add-module-exports && gulp copyTemplate",
"prepublish": "npm run build"
},
"keywords": [
"html",
"weapp",
"weixin"
],
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"gulp": "^4.0.0",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"babel-plugin-add-module-exports": "^1.0.0"
},
"dependencies": {}
}