elm-native-library/elm-native-js/package.json
hariroshan d42e7f49f0 added readme for elm-native-js
added readme
2023-02-24 17:04:07 +05:30

21 lines
437 B
JSON

{
"name": "@hariroshan/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": {
"happy-dom": "^6.0.4",
"rescript": "^10.0.1",
"vm-shim": "^0.0.6"
},
"devDependencies": {
"typescript": "^4.9.4"
}
}