-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 961 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
30
31
32
33
34
35
36
37
38
{
"name": "notes",
"version": "0.2.0",
"private": true,
"description": "JupyterHub workspaces, pipelines, and hosting",
"module": "dist/index.js",
"scripts": {
"build": "esbuild functions/index.ts --bundle --outdir=dist --platform=node --format=esm",
"postinstall": "git config core.hooksPath .githooks",
"start": "wrangler dev",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okkema/notes.git"
},
"keywords": [
"okkema",
"jupyter",
"cloudflare",
"terraform"
],
"author": "Okkema Labs <correos@okkema.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/okkema/notes/issues"
},
"homepage": "https://public.notes.okkema.org",
"dependencies": {
"@okkema/worker": "^1.7.0",
"esbuild": "^0.18.13"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230710.1",
"vitest": "^0.33.0",
"wrangler": "^3.2.0"
}
}