-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.44 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
50
51
52
53
54
55
{
"name": "@forgeplan/web",
"version": "0.3.0",
"description": "Interactive realtime web map for a Forgeplan workspace. Ships a pre-built SvelteKit app and a tiny init/start CLI — no npm install at user side.",
"type": "module",
"bin": {
"forgeplan-web": "bin/forgeplan-web.mjs"
},
"files": [
"bin",
"dist",
"dist-nightly",
"README.md",
"README.ru.md",
"CHANGELOG.md",
"LICENSE"
],
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"forgeplan",
"sveltekit",
"visualization",
"graph",
"decisions"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ForgePlan/forgeplan-web.git"
},
"homepage": "https://github.com/ForgePlan/forgeplan-web#readme",
"bugs": {
"url": "https://github.com/ForgePlan/forgeplan-web/issues"
},
"scripts": {
"build": "node scripts/build.mjs",
"clean": "node scripts/build.mjs --clean",
"dev": "node scripts/dev.mjs",
"dev:playground": "node scripts/dev.mjs --playground",
"smoke": "node scripts/smoke.mjs",
"prepublishOnly": "node scripts/build.mjs"
},
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34",
"dependencies": {
"citty": "^0.2.2"
},
"devDependencies": {
"esbuild": "^0.24.0"
}
}