@j3a/bs-cycle-run
Version:
Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).
30 lines (29 loc) • 544 B
JSON
{
"name": "@j3a/bs-cycle-run",
"version": "0.4.1",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world"
},
"keywords": [
"BuckleScript",
"Cycle.js",
"RFP"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"@cycle/run": "^5.0.0",
"bs-platform": "^4.0.7",
"xstream": "^11.7.0"
},
"files": [
"src",
"bsconfig.json"
],
"publishConfig": {
"access": "public"
},
"gitHead": "f920853f038f2d8914540dee290397d2d12f884c"
}