mirror of
https://github.com/Swendude/Tortoise.git
synced 2026-03-10 08:51:17 +00:00
15 lines
264 B
JSON
15 lines
264 B
JSON
{
|
|
"devDependencies": {
|
|
"elm-test": "^0.19.1-revision12",
|
|
"nodemon": "^2.0.22"
|
|
},
|
|
"nodemonConfig": {
|
|
"execMap": {
|
|
"elm": "elm make"}
|
|
},
|
|
"scripts": {
|
|
"test": "elm-test",
|
|
"build": "nodemon src/Main.elm --output=dist/main.js"
|
|
}
|
|
}
|