-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 807 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 807 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
{
"name": "colorglyph-worker",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"deploy": "wrangler deploy",
"start": "wrangler dev --port 8787",
"build": "node esbuild.js"
},
"dependencies": {
"@lunapaint/png-codec": "^0.2.0",
"@stellar/stellar-sdk": "git+https://github.com/stellar/js-stellar-sdk.git#cf-worker",
"bignumber.js": "^9.1.2",
"colorglyph-sdk": "file:./colorglyph-sdk",
"itty-fetcher": "^0.9.4",
"itty-router": "^4.2.2",
"passkey-kit": "^0.6.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240903.0",
"@stellar/tsconfig": "^1.0.2",
"@types/node": "^22.5.4",
"esbuild": "^0.23.1",
"esbuild-plugin-polyfill-node": "^0.3.0",
"typescript": "^5.5.4",
"wrangler": "^3.74.0"
}
}