-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "jsreport-static-pdf",
"version": "0.4.0",
"description": "jsreport recipe which loads pdf from static source",
"main": "index.js",
"keywords": [
"jsreport",
"pdf"
],
"homepage": "https://github.com/jsreport/jsreport-static-pdf",
"repository": {
"type": "git",
"url": "[email protected]:jsreport/jsreport-static-pdf.git"
},
"author": "BJR Matos <[email protected]> (https://github.com/bjrmatos)",
"contributors": [
"BJR Matos <[email protected]> (https://github.com/bjrmatos)",
"Jan Blaha <[email protected]>"
],
"scripts": {
"start": "jsreport-studio-start --httpPort 3000",
"prepublishOnly": "jsreport-studio-build",
"build": "jsreport-studio-build",
"test": "mocha test --timeout 8000 && standard"
},
"standard": {
"ignore": [
"main.js"
],
"parser": "babel-eslint",
"env": {
"node": true,
"mocha": true,
"browser": true
}
},
"license": "MIT",
"dependencies": {
"file-type": "11.1.0"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "5.16.0",
"eslint-config-standard-jsx": "6.0.2",
"eslint-plugin-babel": "5.3.0",
"jsreport-assets": "1.7.0",
"jsreport-chrome-pdf": "1.10.0",
"jsreport-core": "2.10.1",
"jsreport-studio-dev": "1.6.0",
"jsreport-templates": "2.4.0",
"mocha": "6.1.4",
"puppeteer": "1.19.0",
"should": "13.2.3",
"standard": "12.0.1"
},
"files": [
"lib",
"studio",
"index.js",
"jsreport.config.js"
],
"engines": {
"node": ">=8.9"
}
}