UNPKG
ssweb-api
Version:
latest (0.1.0)
0.1.0
0.0.9
Package ssweb API with puppeteer and google chrome
ssapi.caliph.my.id
caliph91/ssweb-api
ssweb-api
/
index.js
14 lines
(12 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const
handphone =
require
(
"./lib/sshp"
);
const
desktop =
require
(
"./lib/ssweb"
);
let
author =
require
(
"./package.json"
).
author
|| {};
const
type
= { handphone, desktop }; author = author || {
name
:
'Caliph Dev.'
,
email
:
'admin@caliph.my.id'
};
module
.
exports
= { author, ...
type
}