-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 777 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 777 Bytes
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
{
"name": "stagecraft",
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.0"
},
"bin": {
"stagecraft": "bin/stagecraft"
},
"files": [
"transparent.png",
"README.md",
"*.ts"
],
"dependencies": {
"@stdlib/string-format": "^0.1.1",
"@swc/core": "^1.3.96",
"@swc/wasm": "^1.3.97",
"@types/pdfkit": "^0.13.2",
"chromium": "^3.0.3",
"commander": "^11.1.0",
"pdfkit": "^0.14.0",
"playwright": "latest",
"playwright-chromium": "^1.39.0",
"pptxgenjs": "^3.12.0",
"rehype-parse": "^9.0.0",
"rehype-remark": "^10.0.0",
"remark-stringify": "^11.0.0",
"tsx": "^4.1.2"
},
"devDependencies": {
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}