{
  "name": "@motorcycle/test",
  "version": "3.0.0",
  "description": "Testing functions for Motorcycle.ts",
  "main": "lib/index.js",
  "module": "lib.es2015/index.js",
  "jsnext:main": "lib.es2015/index.js",
  "typings": "lib/index.d.ts",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "cd ../../ && node ./tools/build.js --only test",
    "test": "yarn test:lint && yarn test:unit",
    "test:browser": "yarn test:unit -- --browser",
    "test:unit": "../../node_modules/.bin/typed-test 'src/*.test.ts' 'src/**/*.test.ts'",
    "test:lint": "../../node_modules/.bin/prettier --write --print-width 100 --tab-width 2 --no-semi --single-quote --trailing-comma es5 --parser typescript src/**/*.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/motorcyclets/motorcycle.git"
  },
  "keywords": [
    "test",
    "typescript",
    "motorcycle",
    "most",
    "functional",
    "reactive",
    "streams"
  ],
  "author": "Tylor Steinberger <tlsteinberger167@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/motorcyclets/motorcycle/issues"
  },
  "homepage": "https://github.com/motorcyclets/motorcycle#readme",
  "dependencies": {
    "@most/scheduler": "0.13.1",
    "@motorcycle/stream": "3.0.0",
    "@motorcycle/types": "3.0.0"
  },
  "devDependencies": {
    "@most/core": "0.14.0"
  }
}
