UNPKG

bucklescript-tea-sam

Version:

[![Build Status](https://travis-ci.org/supersubwoofer/bucklescript-tea-sam.svg?branch=bucklescript-tea-sam)](https://travis-ci.org/supersubwoofer/bucklescript-tea-sam)

38 lines (37 loc) 1.01 kB
{ "name": "bucklescript-tea-sam", "version": "0.4.0", "author": "supersubwoofer", "repository": { "type": "git", "url": "https://github.com/supersubwoofer/bucklescript-tea-sam" }, "scripts": { "clean": "bsb -clean", "clean:all": "bsb -clean-world", "build:bsb": "bsb -make-world", "build:js": "rollup --config rollup.config.prod.js", "build": "run-s build:bsb build:js", "clean:build": "run-s clean:all build:bsb build:js", "serve": "serve dev", "watch:bsb": "bsb -make-world -w", "watch:js": "rollup -w --config rollup.config.dev.js", "watch": "run-p watch:bsb watch:js serve" }, "keywords": [ "Bucklescript", "TEA", "SAM" ], "license": "MIT", "devDependencies": { "bs-platform": "^1.9.0", "bucklescript-tea": "^0.6.6", "npm-run-all": "^4.1.0", "rollup": "^0.48.2", "rollup-plugin-livereload": "^0.6.0", "rollup-plugin-node-resolve": "^3.0.0", "rollup-watch": "^4.3.1", "serve": "^6.1.0" } }