-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.33 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.33 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
{
"name": "@aarnphm/morph-monorepo",
"private": true,
"homepage": "https://morph-editor.app",
"scripts": {
"morph:docs": "pnpm --filter morph-docs run quartz build --serve -v",
"morph:docs:build": "pnpm --filter morph-docs run quartz build -v",
"morph:man": "pnpm --filter morph-manuals run quartz build --serve -v",
"morph:man:build": "pnpm --filter morph-manuals run quartz build -v",
"morph:inference": "cd ./python/asteraceae/ && bash swarm.sh",
"morph:inference:build": "cd ./python/asteraceae/ && make build",
"morph:dev": "pnpm --filter morph-web run dev",
"morph:build": "pnpm --filter morph-web run build",
"morph:format": "pnpm --filter morph-web run format && pnpm --filter morph-docs run format && pnpm --filter morph-manuals run format",
"morph:lint": "pnpm --filter morph-web run lint && pnpm --filter morph-web run format:check"
},
"keywords": [
"sae",
"bentoml",
"mech interp"
],
"author": "Aaron Pham <contact@aarnphm.xyz>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/aarnphm/morph.git"
},
"engines": {
"npm": ">=9.3.1",
"node": ">=22"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}