elm-ui-widgets/package.json

11 lines
205 B
JSON
Raw Normal View History

2021-12-20 21:14:19 +03:00
{
"private": true,
"name": "elm-ui-widget",
"scripts": {
"postinstall": "elm-tooling install"
},
"devDependencies": {
"elm-tooling": "^1.6.0"
},
"postinstall": "elm-tooling install"
}