-
Notifications
You must be signed in to change notification settings - Fork 279
/
package.json
29 lines (29 loc) · 984 Bytes
/
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
{
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@cloudflare/workers-types": "^4.20240909.0"
},
"name": "workers-rs",
"version": "0.0.12",
"author": "[email protected]",
"description": "Monorepo for Worker Rust Bindings",
"license": "MIT OR Apache-2.0",
"bugs": {
"url": "https://github.com/cloudflare/workers-rs/issues"
},
"homepage": "https://github.com/cloudflare/workers-rs#readme",
"devDependencies": {
"@types/node": "^20.4.8",
"@types/uuid": "^9.0.2",
"miniflare": "^3.20240909.4",
"typescript": "^5.1.6",
"undici": "^5.28.4",
"uuid": "^9.0.0",
"vitest": "^0.32.4"
},
"scripts": {
"test": "cd worker-sandbox && NO_MINIFY=1 worker-build --dev && NODE_OPTIONS=--experimental-vm-modules npx vitest run",
"test-http": "cd worker-sandbox && NO_MINIFY=1 worker-build --dev --features http && NODE_OPTIONS=--experimental-vm-modules npx vitest run"
}
}