-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "@jswork/code-exporter",
"version": "1.0.0",
"description": "Export code to a file.",
"homepage": "https://github.com/afeiship/code-exporter",
"author": {
"name": "afei",
"email": "[email protected]"
},
"scripts": {
"init": "cp config.sample.yml config.yml",
"build": "gulp"
},
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-bump": "^3.1.3",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-header": "^2.0.9",
"gulp-ignore": "^3.0.0",
"gulp-insert": "^0.5.0",
"gulp-load-plugins": "^2.0.1",
"gulp-remove-empty-lines": "^0.1.0",
"gulp-rename": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-wrap": "^0.15.0",
"uglify-save-license": "^0.4.1"
},
"publishConfig": {
"registry": "https://registry.npmjs-do-not-publish.org/"
},
"dependencies": {
"@jswork/next": "^1.1.5",
"@jswork/next-global": "^1.0.1",
"@jswork/next-yaml-configuration": "^1.0.3"
}
}