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 11{
22 "name" : " http-toolkit-server" ,
33 "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" ,
57 "bin" : {
68 "htk-server" : " ./bin/run"
79 },
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" ,
820 "bugs" : " https://github.com/pimterry/http-toolkit-server/issues" ,
921 "dependencies" : {
1022 "@oclif/command" : " ^1.5.4" ,
2032 "engines" : {
2133 "node" : " >=8.0.0"
2234 },
23- "files" : [
24- " /bin" ,
25- " /lib"
26- ],
27- "homepage" : " https://github.com/pimterry/http-toolkit-server" ,
2835 "keywords" : [
2936 " http-toolkit"
3037 ],
3138 "license" : " N/A" ,
32- "main" : " lib/index.js" ,
3339 "oclif" : {
3440 "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+ }
4242}
You can’t perform that action at this time.
0 commit comments