-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 879 Bytes
/
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
{
"name": "@jonpalmisc/pmt",
"version": "1.6.4",
"description": "A robust solution for creating PDF media with Pug.",
"main": "src/index.js",
"repository": "https://github.com/jonpalmisc/pmt",
"author": "Jon Palmisciano @jonpalmisc",
"license": "GPL-3.0-only",
"preferGlobal": true,
"scripts": {
"pmt": "node src/index.js",
"format": "prettier -w include/ src/ test/",
"lint": "eslint src",
"test": "mocha"
},
"bin": "src/index.js",
"dependencies": {
"esm": "^3.2.25",
"jsdom": "^16.4.0",
"markdown-it": "^12.0.2",
"mathjax-full": "^3.1.2",
"pug": "^3.0.2",
"puppeteer": "^5.5.0",
"sass": "^1.32.8",
"yargs": "^16.1.1"
},
"devDependencies": {
"eslint": "^7.21.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"mocha": "^8.2.1",
"prettier": "^2.2.0"
}
}