{
  "private": false,
  "name": "tspoon",
  "version": "1.0.460",
  "description": "AST visitors for TypeScript",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "clean": "rimraf ./dist",
    "build": "tsc -d",
    "build:watch": "tsc -d -w",
    "build:clean": "npm run clean && npm run build",
    "bundle": "webpack",
    "pretest": "npm run build:clean && npm run bundle",
    "test": "npm run test:node && npm run test:e2e && npm run test:browser",
    "test:browser": "karma start --single-run",
    "test:node": "mocha --reporter mocha-env-reporter ./dist/test",
    "test:e2e": "mocha --reporter mocha-env-reporter ./dist/test/e2e",
    "start": "webpack-dev-server --progress --hot --inline --no-colors"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:wix/tspoon.git"
  },
  "author": "Gady Guy <gadig@wix.com> (https://github.com/gadiguy)",
  "contributors": [
    "Amir Arad <amira@wix.com> (http://github.com/amir-arad)",
    "Doron Tsur <doront@wix.com> (http://github.com/qballer)",
    "Gady Guy <gadig@wix.com> (https://github.com/gadiguy)"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://github.com/wix/tspoon/issues"
  },
  "homepage": "https://github.com/wix/tspoon",
  "devDependencies": {
    "@types/chai": "4.0.1",
    "@types/lodash": "4.14.66",
    "@types/mocha": "2.2.41",
    "@types/node": "8.0.3",
    "@types/source-map": "0.5.0",
    "chai": "3.5.0",
    "karma": "1.7.0",
    "karma-chrome-launcher": "2.2.0",
    "karma-env-reporter": "1.0.13",
    "karma-firefox-launcher": "1.0.1",
    "karma-mocha": "1.3.0",
    "mocha": "3.4.2",
    "mocha-env-reporter": "2.0.4",
    "mocha-loader": "1.1.1",
    "npminject": "1.0.347",
    "rimraf": "2.6.1",
    "ts-loader": "2.2.1",
    "webpack": "1.14.0",
    "webpack-dev-server": "1.16.2"
  },
  "dependencies": {
    "lodash": "4.17.4",
    "magic-string": "0.20.0",
    "source-map": "0.5.6",
    "source-map-support": "0.4.15",
    "typescript": "2.3.4"
  }
}