elm-native-library/elm-native-js/package.json
2023-03-04 14:49:41 +05:30

23 lines
510 B
JSON

{
"name": "elm-native-js",
"version": "1.0.0",
"description": "Nativescript bindings for elm using custom HTML elements",
"main": "index.js",
"author": "Hari Roshan",
"license": "MIT",
"private": true,
"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"
},
"funding": "https://github.com/sponsors/hariroshan"
}