-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
62 lines (62 loc) · 1.59 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "mpup",
"version": "1.7.5",
"description": "微信小程序代码上传辅助工具",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"start": "webpack --progress --env.development --env.nodemon --config ./build/webpack.config.js",
"build": "gulp",
"dev": "gulp --listen=1",
"listen": "nodemon ./dist/index.js -- --config=./mpup.config.js --desc=123 --ver=2.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiNISAL/mpup.git"
},
"keywords": [
"微信小程序",
"小程序",
"代码上传",
"自动上传代码"
],
"author": "NISAL",
"license": "MIT",
"bugs": {
"url": "https://github.com/hiNISAL/mpup/issues"
},
"homepage": "https://github.com/hiNISAL/mpup#readme",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@types/colors": "^1.2.1",
"@types/inquirer": "^6.5.0",
"@types/jest": "^25.2.1",
"@types/jimp": "^0.2.28",
"@types/node": "^10.17.21",
"@types/yargs": "^15.0.4",
"babel-loader": "^8.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^26.0.1",
"nodemon": "^2.0.3",
"nodemon-webpack-plugin": "^4.3.1",
"ts-loader": "^7.0.3",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"colors": "^1.4.0",
"inquirer": "^7.1.0",
"jimp": "^0.12.1",
"ora": "^4.0.4",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"yargs": "^15.3.1"
},
"bin": {
"mpup": "./bin/mpup"
}
}