File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " http-toolkit-server" ,
3
3
"version" : " 0.0.1" ,
4
- "author" : " Tim Perry @pimterry" ,
4
+ "author" :
" Tim Perry <[email protected] >" ,
5
+ "types" : " lib/index.d.ts" ,
6
+ "main" : " lib/index.js" ,
5
7
"bin" : {
6
8
"htk-server" : " ./bin/run"
7
9
},
10
+ "files" : [
11
+ " /bin" ,
12
+ " /lib"
13
+ ],
14
+ "scripts" : {
15
+ "prepack" : " rm -rf lib && tsc -b" ,
16
+ "test" : " echo NO TESTS"
17
+ },
18
+ "repository" : " pimterry/http-toolkit-server" ,
19
+ "homepage" : " https://github.com/pimterry/http-toolkit-server" ,
8
20
"bugs" : " https://github.com/pimterry/http-toolkit-server/issues" ,
9
21
"dependencies" : {
10
22
"@oclif/command" : " ^1.5.4" ,
20
32
"engines" : {
21
33
"node" : " >=8.0.0"
22
34
},
23
- "files" : [
24
- " /bin" ,
25
- " /lib"
26
- ],
27
- "homepage" : " https://github.com/pimterry/http-toolkit-server" ,
28
35
"keywords" : [
29
36
" http-toolkit"
30
37
],
31
38
"license" : " N/A" ,
32
- "main" : " lib/index.js" ,
33
39
"oclif" : {
34
40
"bin" : " htk-server"
35
- },
36
- "repository" : " pimterry/http-toolkit-server" ,
37
- "scripts" : {
38
- "prepack" : " rm -rf lib && tsc -b" ,
39
- "test" : " echo NO TESTS"
40
- },
41
- "types" : " lib/index.d.ts"
41
+ }
42
42
}
You can’t perform that action at this time.
0 commit comments