
{
  "name": "rescript-tea",
  "version": "0.16.0",
  "description": "The Elm Architecture (TEA) for Rescript",
  "main": "index.js",
  "scripts": {
    "clean": "rescript clean",
    "build": "rescript build -with-deps",
    "build:test:client": "browserify --standalone=Test_client --outfile=lib/js/test/app_test_client.js lib/js/test/test_client.js",
    "build:test": "run-p build:test:*",
    "watch": "rescript build -w -with-deps",
    "watch:test:client": "watchify --standalone=Test_client --outfile=lib/js/test/app_test_client.js lib/js/test/test_client.js",
    "watch:test": "run-p watch watch:test:*",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darklang/rescript-tea.git"
  },
  "keywords": [
    "TEA",
    "Rescript",
    "MVU"
  ],
  "author": "OvermindDL1",
  "license": "LGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/darklang/rescript-tea/issues"
  },
  "homepage": "https://github.com/darklang/rescript-tea#readme",
  "devDependencies": {
    "browserify": "^17.0.0",
    "npm-run-all": "4.1.5",
    "rescript": "9.1.4",
    "watchify": "^4.0.0"
  },
  "dependencies": {
    "rescript-webapi": "^0.7.0"
  }
}