-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
132 lines (132 loc) · 4.66 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@fireproof/connect",
"version": "1.0.0",
"private": true,
"description": "Live database connector for the web",
"type": "module",
"scripts": {
"publish": "pnpm run '/publish:/'",
"publish:aws": "tsx ./publish-package.ts ./dist/aws/package.json",
"publish:cloud": "tsx ./publish-package.ts ./dist/cloud/package.json",
"publish:netlify": "tsx ./publish-package.ts ./dist/netlify/package.json",
"publish:s3": "tsx ./publish-package.ts ./dist/s3/package.json",
"publish:partykit": "tsx ./publish-package.ts ./dist/partykit/package.json",
"publish:ucan": "tsx ./publish-package.ts ./dist/ucan/package.json",
"prebuild": "rm -rf dist",
"prepare": "pnpm run build",
"build": "pnpm run '/^build:/' && pnpm run '/^pub:/'",
"build:tsc": "tsc",
"build:tsup": "tsup",
"pub:noop": "echo",
"pub:aws": "tsx ./version-copy-package.ts ./dist/aws/package-aws.json && cp ./src/aws/README.md ./dist/aws/",
"pub:cloud": "tsx ./version-copy-package.ts ./dist/cloud/package-cloud.json && cp ./src/cloud/README.md ./dist/cloud/",
"pub:netlify": "tsx ./version-copy-package.ts ./dist/netlify/package-netlify.json && cp ./src/netlify/server.ts ./dist/netlify/ && cp ./src/netlify/README.md ./dist/netlify/",
"pub:s3": "tsx ./version-copy-package.ts ./dist/s3/package-s3.json && cp ./src/s3/README.md ./dist/s3/",
"pub:partykit": "tsx ./version-copy-package.ts ./dist/partykit/package-partykit.json && cp ./src/partykit/server.ts ./dist/partykit/ && cp ./src/partykit/README.md ./dist/partykit/",
"pub:ucan": "tsx ./version-copy-package.ts ./dist/ucan/package-ucan.json && cp ./src/ucan/README.md ./dist/ucan/",
"xpresmoke": "pnpm run build",
"smoke": "pnpm run '/smoke:/'",
"smoke:ucan": "sh smoke/ucan/it.sh",
"clean": "rm -rf node_modules dist",
"pretest-docker": "tsx tests/docker-compose.ts -f tests/docker-compose.yaml up -d --wait --build",
"test": "vitest --run",
"posttest-docker": "tsx tests/docker-compose.ts -f tests/docker-compose.yaml down",
"format": "prettier .",
"lint": "eslint"
},
"keywords": [
"database",
"JSON",
"immutable",
"IPLD",
"CID",
"UCAN"
],
"contributors": [
"J Chris Anderson",
"Alan Shaw",
"Travis Vachon",
"Mikeal Rogers",
"Meno Abels"
],
"license": "Apache-2.0 OR MIT",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@smithy/types": "^3.7.2",
"@types/better-sqlite3": "^7.6.12",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"@types/wait-on": "^5.3.4",
"@types/ws": "^8.5.13",
"@typescript-eslint/typescript-estree": "^8.18.1",
"@web3-storage/access": "^20.1.1",
"esbuild": "^0.24.2",
"esbuild-plugin-replace": "^1.4.0",
"esbuild-plugin-resolve": "^2.0.0",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"semver": "^7.6.3",
"std-env": "^3.8.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"wait-on": "^8.0.1",
"wrangler": "^3.99.0",
"zx": "^8.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fireproof-storage/connect.git"
},
"bugs": {
"url": "https://github.com/fireproof-storage/connect/issues"
},
"homepage": "https://github.com/fireproof-storage/connect#readme",
"dependencies": {
"@adviser/cement": "^0.2.44",
"@aws-sdk/client-s3": "^3.717.0",
"@fireproof/core": "0.19.118",
"@fireproof/vendor": "1.0.0",
"@ipld/dag-ucan": "^3.4.0",
"@jspm/core": "^2.1.0",
"@netlify/blobs": "^8.1.0",
"@ucanto/client": "^9.0.1",
"@ucanto/core": "^10.0.1",
"@ucanto/interface": "^10.0.1",
"@ucanto/principal": "^9.0.1",
"@ucanto/transport": "^9.1.1",
"@ucanto/validator": "^9.0.2",
"@web3-storage/access": "^20.1.1",
"@web3-storage/capabilities": "^18.0.1",
"@web3-storage/clock": "^0.4.1",
"@web3-storage/did-mailto": "^2.1.0",
"@web3-storage/pail": "^0.6.0",
"@web3-storage/w3up-client": "^17.1.1",
"assert": "^2.1.0",
"better-sqlite3": "^11.7.0",
"events": "^3.3.0",
"idb-keyval": "^6.2.1",
"is-deep-strict-equal-x": "^1.1.2",
"multiformats": "^13.3.1",
"node-sqlite3-wasm": "^0.8.30",
"partykit": "^0.0.111",
"partysocket": "^1.0.3",
"path": "^0.12.7",
"util": "^0.12.5",
"wait-on": "^8.0.1",
"ws": "^8.18.0"
},
"exports": {
"./ucan": {
"browser": "./dist/ucan/web/index.js",
"node": "./dist/ucan/index.js",
"require": "./dist/ucan/index.cjs",
"script": "./dist/ucan/web/index.global.js",
"types": "./dist/ucan/index.d.ts"
}
}
}