-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 KB
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
{
"name": "@janwirth/b2b",
"version": "0.0.17",
"module": "index.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/janwirth/b2b.git"
},
"scripts": {
"build": "bun build --target=bun ./index.ts --outfile=dist/index.js",
"test": "bun test --timeout 30000",
"release": "npm version patch && npm publish --access public && git push",
"prepublishOnly": "bun run build"
},
"bin": {
"b2b": "dist/index.js",
"b2b-dev": "index.ts"
},
"devDependencies": {
"@types/bun": "^1.3.0",
"@inkjs/ui": "^2.0.0",
"@inkkit/ink-image": "^1.0.0",
"@types/react": "^19.2.2",
"@types/yadda": "^2.0.6",
"ink": "^6.3.1",
"puppeteer": "^24.25.0",
"react": "^19.2.0",
"tesseract.js": "^6.0.1",
"yadda": "^2.2.0"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"patchedDependencies": {
"yadda@2.2.0": "patches/yadda@2.2.0.patch"
},
"dependencies": {
"@jantimon/glob-watch": "^0.2.0",
"@mobily/ts-belt": "^3.13.1",
"commander": "^14.0.1",
"date-fns": "^4.1.0",
"open": "^10.2.0",
"puppeteer-screen-recorder": "^3.0.6",
"react-devtools-core": "^7.0.0",
"zod": "^4.1.12"
},
"private": false
}