UNPKG
hy-print
Version:
latest (0.1.5)
0.1.5
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
print for table
hy-print
/
package.json
18 lines
(17 loc)
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name"
:
"hy-print"
,
"version"
:
"0.1.5"
,
"description"
:
"print for table"
,
"main"
:
"index.ts"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"print"
],
"author"
:
"hjf"
,
"license"
:
"ISC"
,
"dependencies"
: {
"html2canvas"
:
"^1.4.1"
} }