-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 963 Bytes
/
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
{
"name": "next-base64-to-blob",
"version": "1.0.0",
"description": "Base64 to blob",
"homepage": "https://github.com/afeiship/next-base64-to-blob",
"author": {
"name": "afei",
"email": "1290657123@qq.com"
},
"scripts": {
"build": "gulp",
"test": "jest",
"start": "node server.js",
"version": "gulp bump"
},
"main": "dist/next-base64-to-blob.js",
"license": "MIT",
"devDependencies": {
"del": "^2.2.1",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-bump": "^3.1.3",
"gulp-concat": "^2.6.0",
"gulp-header": "^2.0.7",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.1.2",
"jest": "^23.6.0",
"next-nice-comments": "github:afeiship/next-nice-comments",
"prettier": "^1.14.3",
"uglify-save-license": "^0.4.1",
"yargs": "^4.7.1"
},
"dependencies": {
"next-js-core2": "github:afeiship/next-js-core2"
}
}