forked from jachin/much-select-elm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
30 lines (30 loc) · 896 Bytes
/
devbox.json
File metadata and controls
30 lines (30 loc) · 896 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
30
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.7/.schema/devbox.schema.json",
"packages": [
"elmPackages.elm@0.19.1",
"nodejs@20.9.0",
"watchexec@2.3.2",
"jq@1.7.1",
"python311",
"python311Packages.setuptools",
"python311Packages.distutils-extra",
"gcc",
"gnumake",
"soupault"
],
"env": {
"DEVBOX_COREPACK_ENABLED": "true",
"PYTHON": "$DEVBOX_PACKAGES_DIR/bin/python3.11",
"npm_config_python": "$DEVBOX_PACKAGES_DIR/bin/python3.11"
},
"shell": {
"scripts": {
"init": "npm install && npx elm-tooling install",
"install": "npm install",
"watch": "npm run watch",
"test": "npm run test",
"release": "npm run release",
"format": "npx elm-format src/"
}
}
}