-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "pipedream-polydoc",
"version": "0.0.1",
"private": true,
"type": "module",
"license": "MIT",
"description": "PolyDoc connector for Pipedream: HTML/URL to PDF, screenshots, and EU e-invoices (Factur-X / ZUGFeRD). Source of truth for the components/polydoc registry component.",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:integration": "vitest run test/integration.test.mjs",
"lint": "eslint --ext .mjs,.js,.cjs components/polydoc",
"lint:fix": "eslint --ext .mjs,.js,.cjs components/polydoc --fix",
"scrub:check": "grep -rn $'\\u2014' components README.md examples && echo 'em-dash found' && exit 1 || echo 'no em-dash'"
},
"devDependencies": {
"@pipedream/eslint-plugin-pipedream": "^0.3.0",
"@pipedream/platform": "^3.4.0",
"eslint": "^8.57.0",
"vitest": "^3.2.0"
}
}