UNPKG

2.83 kBJSONView Raw
1{
2 "name": "miniprogram-build",
3 "version": "6.6.1",
4 "description": "A command line tool to build & watch MiniProgram.",
5 "keywords": [
6 "MiniProgram",
7 "build",
8 "typescript",
9 "wechat",
10 "scss",
11 "tools",
12 "gulp",
13 "npm",
14 "framework",
15 "小程序",
16 "微信"
17 ],
18 "main": "src/task.js",
19 "bin": {
20 "miniprogram-build": "bin/mp-build.js",
21 "mp-build": "bin/mp-build.js",
22 "mp": "bin/mp-build.js"
23 },
24 "engines": {
25 "node": ">=8"
26 },
27 "files": [
28 "src/",
29 "vendor/",
30 "bin/"
31 ],
32 "scripts": {
33 "version": "6.6.1",
34 "prepublishOnly": "conventional-changelog -r 2 -p angular -i CHANGELOG.md -s",
35 "test:empty": "cd test-empty && node ../bin/mp-build.js build && node ../bin/mp-build.js compile --release",
36 "test:empty-ts": "cd test-ts && node ../bin/mp-build.js build && node ../bin/mp-build.js compile --release",
37 "test:full": "npm test --prefix=test",
38 "test": "npm run test:empty && npm run test:full && npm run test:empty-ts"
39 },
40 "repository": {
41 "type": "git",
42 "url": "git+https://github.com/NewFuture/miniprogram-build.git"
43 },
44 "author": {
45 "name": "NewFuture",
46 "email": "npm@newfuture.cc",
47 "url": "https://newfuture.cc"
48 },
49 "license": "MIT",
50 "bugs": {
51 "url": "https://github.com/NewFuture/miniprogram-build/issues"
52 },
53 "homepage": "https://github.com/NewFuture/miniprogram-build#readme",
54 "dependencies": {
55 "ansi-colors": "^4.1.0",
56 "gulp": "^4.0.2",
57 "gulp-better-rollup": "^4.0.1",
58 "gulp-rename": "^1.4.0",
59 "gulp-sourcemaps": "^2.6.5",
60 "gulp-typescript": "^5.0.1",
61 "imagemin": "^7.0.0",
62 "json5": "^2.1.0",
63 "mime": "^2.4.4",
64 "rimraf": "^3.0.0",
65 "rollup": "^1.20.3",
66 "sass": "^1.22.10",
67 "through2": "^3.0.1",
68 "ts-transform-paths": "^2.0.0",
69 "wechat-devtool": "^1.2.3",
70 "yargs": "^14.0.0"
71 },
72 "optionalDependencies": {
73 "rollup-plugin-replace": "^2.2.0",
74 "rollup-plugin-typescript": "^1.0.0",
75 "rollup-plugin-commonjs": "^10.0.0",
76 "rollup-plugin-node-resolve": "^5.0.0",
77 "rollup-plugin-json": "^4.0.0",
78 "imagemin-gifsicle": "^6.0.1",
79 "imagemin-jpegtran": "^6.0.0",
80 "imagemin-optipng": "^7.0.0",
81 "imagemin-svgo": "^7.0.0"
82 },
83 "peerDependencies": {
84 "typescript": ">=2.7.1",
85 "tslib": ">=1.7"
86 },
87 "devDependencies": {
88 "@types/gulp": "^4.0.6",
89 "@types/rimraf": "^2.0.2",
90 "conventional-changelog-cli": "^2.0.23",
91 "tslib": "^1.10.0",
92 "typescript": "^3.6.2"
93 }
94}