{
  "name": "observable-air",
  "description": "Observables for the calorie conscious",
  "main": "./src/main",
  "typings": "./src/main.d.ts",
  "scripts": {
    "benchmark": "tsc; node ./benchmarks/run",
    "benchmark:write": "yarn benchmark > benchmarks.md",
    "cleanup": "find ./src -type f -name '*.js' -delete && find ./src -type f -name '*.map' -delete",
    "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "hydra": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm ./benchmarks/run",
    "prepublish": "tsc -d && npm run build",
    "test": "tsc && mocha --reporter=min",
    "test:watch": "mocha --watch",
    "build": "rollup -c ./config/rollup.config.js",
    "lint": "git ls-files | grep '.ts$' | xargs tslint",
    "lint:fix": "git ls-files | grep '.ts$' | xargs tslint --fix",
    "prettier": "git ls-files | grep '.ts$' | xargs prettier --write --config=.prettierrc",
    "travis-deploy-once": "travis-deploy-once",
    "semantic-release": "semantic-release"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/benchmark": "^1.0.30",
    "@types/mocha": "^5.2.0",
    "@types/node": "^10.0.0",
    "benchmark": "^2.1.2",
    "cli-table2": "^0.2.0",
    "coveralls": "^3.0.1",
    "cz-conventional-changelog": "^2.0.0",
    "ghooks": "^2.0.4",
    "mocha": "^5.1.1",
    "nyc": "^13.1.0",
    "prettier": "^1.12.1",
    "prettify": "^0.1.7",
    "request-promise": "^4.1.1",
    "rollup": "^0.68.2",
    "rollup-plugin-babili": "^3.0.0",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-uglify": "^6.0.0",
    "semantic-release": "^15.13.1",
    "travis-deploy-once": "^5.0.0",
    "ts-node": "^7.0.0",
    "tslint": "^5.10.0",
    "typescript": "^3.2.2",
    "uglify": "^0.1.5",
    "validate-commit-msg": "^2.8.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tusharmath/observable-air.git"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    },
    "ghooks": {
      "commit-msg": "validate-commit-msg"
    }
  },
  "version": "13.0.1",
  "dependencies": {
    "dbl-linked-list-ds": "^1.0.2"
  }
}
