2016-07-05 00:26:46 -07:00
|
|
|
{
|
2017-09-07 21:33:57 -07:00
|
|
|
"name": "reason",
|
2020-08-16 03:47:53 -07:00
|
|
|
"version": "3.6.1",
|
2017-09-07 21:33:57 -07:00
|
|
|
"description": "Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems",
|
|
|
|
|
"repository": {
|
2017-10-21 07:37:56 -07:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/reason.git"
|
2017-09-07 21:33:57 -07:00
|
|
|
},
|
2017-10-21 09:09:09 -07:00
|
|
|
"main": "refmt.js",
|
2017-09-07 21:33:57 -07:00
|
|
|
"keywords": [
|
2017-10-21 07:37:56 -07:00
|
|
|
"reason",
|
|
|
|
|
"ocaml",
|
|
|
|
|
"react",
|
|
|
|
|
"javascript",
|
|
|
|
|
"won't you look at all these nice types"
|
2017-09-07 21:33:57 -07:00
|
|
|
],
|
2017-12-11 14:54:32 -08:00
|
|
|
"license": "MIT",
|
2017-09-07 21:33:57 -07:00
|
|
|
"homepage": "https://github.com/facebook/reason",
|
2017-10-21 07:37:56 -07:00
|
|
|
"dependencies": {},
|
2017-09-08 03:11:26 -07:00
|
|
|
"devDependencies": {
|
2017-11-01 02:38:12 -07:00
|
|
|
"bs-platform": "1.9.3"
|
2017-09-08 03:11:26 -07:00
|
|
|
},
|
2017-09-07 21:33:57 -07:00
|
|
|
"scripts": {
|
2020-01-17 02:17:04 -08:00
|
|
|
"prepublishOnly": "cp .dune-for-prepublish dune && esy @jsoo && ./js/closurefy.sh"
|
2017-09-07 21:33:57 -07:00
|
|
|
}
|
2016-07-05 00:26:46 -07:00
|
|
|
}
|