-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 KB
/
package.json
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
{
"name": "louie-template-to-pdf",
"version": "2.0.3",
"description": "Post some data, get a pdf in return",
"main": "index.js",
"private": true,
"scripts": {
"test": "standard",
"deploy": "now --prod",
"dev": "now dev",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alheimsins/louie-template-to-pdf.git"
},
"keywords": [
"pdf",
"pdfKit",
"louie",
"microservice"
],
"author": {
"name": "Geir Gåsodden",
"email": "geir.gasodden@pythonia.no",
"url": "https://github.com/zrrrzzt"
},
"contributors": [
{
"name": "Jonas Enge",
"email": "jonas.enge@gmail.com",
"url": "https://github.com/maccyber"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Alheimsins/louie-template-to-pdf/issues"
},
"homepage": "https://github.com/Alheimsins/louie-template-to-pdf#readme",
"dependencies": {
"pdfkit": "0.13.0"
},
"devDependencies": {
"ava": "4.2.0",
"standard": "16.0.4"
},
"engines": {
"node": ">=12.18.2"
}
}