File tree Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Expand file tree Collapse file tree 3 files changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ "use strict" ;
2
+ module . exports = require ( "@jsdevtools/simplifyify" ) ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " simplifyify" ,
3
+ "version" : " X.X.X" ,
4
+ "description" : " A simplified Browserify and Watchify CLI" ,
5
+ "keywords" : [
6
+ " browserify" ,
7
+ " browserify-plugin" ,
8
+ " watchify" ,
9
+ " cli" ,
10
+ " minify" ,
11
+ " uglify" ,
12
+ " uglifyify" ,
13
+ " sourcemap" ,
14
+ " source-map" ,
15
+ " source map" ,
16
+ " exorcist" ,
17
+ " istanbul"
18
+ ],
19
+ "author" : {
20
+ "name" : " James Messinger" ,
21
+ "url" : " https://jamesmessinger.com"
22
+ },
23
+ "homepage" : " https://jstools.dev/simplifyify" ,
24
+ "repository" : {
25
+ "type" : " git" ,
26
+ "url" : " https://github.com/JS-DevTools/simplifyify.git"
27
+ },
28
+ "license" : " MIT" ,
29
+ "main" : " index.js" ,
30
+ "bin" : {
31
+ "simplifyify" : " simplifyify.js"
32
+ },
33
+ "files" : [
34
+ " simplifyify.js" ,
35
+ " index.js"
36
+ ],
37
+ "engines" : {
38
+ "node" : " >=10"
39
+ },
40
+ "dependencies" : {
41
+ "@jsdevtools/simplifyify" : " X.X.X"
42
+ },
43
+ "peerDependencies" : {
44
+ "typescript" : " *"
45
+ }
46
+ }
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env node
2
+ "use strict" ;
3
+ require ( "@jsdevtools/simplifyify/bin/simplifyify.js" ) ;
You can’t perform that action at this time.
0 commit comments