UNPKG

2.68 kBJSONView Raw
1{
2 "name": "miniprogram-build",
3 "version": "6.4.2",
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.4.2",
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": "^3.2.4",
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": "^6.1.0",
62 "json5": "^2.1.0",
63 "mime": "^2.4.4",
64 "rimraf": "^2.6.3",
65 "rollup": "^1.15.5",
66 "sass": "^1.21.0",
67 "through2": "^3.0.1",
68 "ts-transform-paths": "^2.0.0",
69 "yargs": "^13.2.4"
70 },
71 "optionalDependencies": {
72 "rollup-plugin-replace": "^2.2.0",
73 "rollup-plugin-typescript": "^1.0.0",
74 "rollup-plugin-commonjs": "^10.0.0",
75 "rollup-plugin-node-resolve": "^5.0.0",
76 "imagemin-gifsicle": "^6.0.1",
77 "imagemin-jpegtran": "^6.0.0",
78 "imagemin-optipng": "^7.0.0",
79 "imagemin-svgo": "^7.0.0"
80 },
81 "peerDependencies": {
82 "typescript": ">=2.7.1",
83 "tslib": ">=1.7"
84 },
85 "devDependencies": {
86 "conventional-changelog-cli": "^2.0.21",
87 "tslib": "^1.10.0",
88 "typescript": "^3.5.2"
89 }
90}