elm-ui-widgets/package.json
2021-12-20 19:14:19 +01:00

11 lines
205 B
JSON

{
"private": true,
"name": "elm-ui-widget",
"scripts": {
"postinstall": "elm-tooling install"
},
"devDependencies": {
"elm-tooling": "^1.6.0"
},
"postinstall": "elm-tooling install"
}