-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 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
{
"name": "minapp-canvas-utils",
"version": "1.0.3",
"description": "小程序 canvas 绘制实用工具",
"main": "static/libs/canvas-utils.js",
"scripts": {
"dev": "webpack --mode development",
"prod": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chunnallu/minapp-canvas-utils.git"
},
"author": "lcl",
"license": "ISC",
"bugs": {
"url": "https://github.com/chunnallu/minapp-canvas-utils/issues"
},
"homepage": "https://github.com/chunnallu/minapp-canvas-utils#readme",
"devDependencies": {
"eslint": "^5.14.0",
"eslint-config-prettier": "^4.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "1.16.4",
"webpack": "^4.29.4",
"webpack-cli": "^3.2.3"
}
}