UNPKG
@recipher/contact-service
Version:
latest (1.0.5)
1.0.5
Contact services
github.com/recipher/contact-service
recipher/contact-service
@recipher/contact-service
/
repl.js
4 lines
(3 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
var
repl =
require
(
'@recipher/repl'
) , pkg =
require
(
'./package.json'
)
repl
(pkg.
name
,
require
(
'./lib'
));