-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.62 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
51
52
53
54
55
56
57
58
{
"name": "@haxtheweb/open-apis",
"description": "Shared API infrastructure for HAXTheWeb advanced capabilities like importing, parsing, analysis, migration",
"author": {
"name": "haxtheweb",
"url": "https://hax.psu.edu/"
},
"bugs": {
"url": "https://github.com/haxtheweb/issues/issues"
},
"homepage": "https://hax.psu.edu/",
"license": "Apache-2.0",
"repository": "[email protected]/haxtheweb/open-apis.git",
"scripts": {
"downstream-build": "rm -rf dist && babel api --out-dir dist --copy-files --include-dotfiles && rm dist/package.json",
"release": "npm run downstream-build && commit-and-tag-version && git push --follow-tags origin main && npm publish"
},
"dependencies": {
"asciify-image": "0.1.8",
"base64-arraybuffer": "1.0.2",
"busboy": "1.6.0",
"commit-and-tag-version": "^12.4.1",
"concat-stream": "2.0.0",
"epub-gen": "0.1.0",
"html-pdf": "3.0.1",
"html-to-docx": "1.8.0",
"jsdom": "24.0.0",
"mammoth": "1.6.0",
"markdown-it": "14.0.0",
"node-html-parser": "6.1.10",
"pretty": "2.0.0",
"sharp": "0.32.6",
"stream": "0.0.2",
"text-readability": "1.0.5",
"text-vide": "1.5.0",
"turndown": "7.1.1",
"url": "0.11.0"
},
"devDependencies": {
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/register": "^7.24.6",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"commit-and-tag-version": "12.4.1"
},
"private": false,
"files": [
"dist",
"api"
],
"keywords": [
"webcomponents",
"microservices",
"haxtheweb"
],
"version": "9.0.12"
}