UNPKG
@jsreport/node-signpdf
Version:
latest (1.4.3)
1.4.3
1.4.2
Simple signing of PDFs in node.
github.com/vbuch/node-signpdf
vbuch/node-signpdf
@jsreport/node-signpdf
/
.babelrc
16 lines
(15 loc)
•
305 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"node"
:
"current"
} }], ],
"plugins"
: [ [
"module-resolver"
, {
"root"
: [
"./src"
] }],
"
@babel
/plugin-syntax-object-rest-spread"
] }