mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2024-12-11 14:51:58 +03:00
26 lines
648 B
JSON
26 lines
648 B
JSON
{
|
|
"name": "elm-native-js",
|
|
"version": "1.0.0",
|
|
"description": "Nativescript bindings for elm using custom HTML elements",
|
|
"keywords": ["elm", "elm-native", "nativescript", "elm mobile"],
|
|
"main": "index.js",
|
|
"author": "Hari Roshan",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"postinstall": "rescript"
|
|
},
|
|
"dependencies": {
|
|
"elm-taskport": "^2.0.1",
|
|
"happy-dom": "^6.0.4",
|
|
"rescript": "^10.0.1",
|
|
"vm-shim": "^0.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/hariroshan/elm-native-library"
|
|
},
|
|
"funding": "https://github.com/sponsors/hariroshan"
|
|
}
|