{
  "name": "ipa-niw",
  "version": "0.0.250",
  "description": "TODO",
  "author": "Matthew Halpern",
  "entry": "index.js",
  "typings": "index.d.ts",
  "dependencies": {
    "bluebird": "^3.4.6",
    "body-parser": "^1.15.2",
    "change-case": "^3.0.0",
    "cheerio-quotes": "^0.22.0",
    "content-security-policy-builder": "^1.1.0",
    "content-security-policy-parser": "^0.1.0",
    "cors": "^2.8.0",
    "css": "^2.2.1",
    "css-select": "^1.2.0",
    "escodegen": "^1.8.1",
    "esprima": "^2.7.3",
    "express": "^4.14.0",
    "http-status-codes": "^1.0.6",
    "iconv-lite": "^0.4.13",
    "lodash": "^4.15.0",
    "md5": "^2.1.0",
    "mongoose": "^4.6.0",
    "morgan": "^1.7.0",
    "protocol-buffers": "^3.1.6",
    "string-template": "^1.0.0",
    "supertest": "^2.0.0",
    "supertest-as-promised": "^4.0.0"
  },
  "scripts": {
    "clean": "rm -rf build/ dist/",
    "compile": "echo 'Compiling...' && mkdir -p build/src/models build/test/mocks/transactions && tsc && cp src/models/transaction.proto build/src/models/ && cp src/test/mocks/transactions/google_transaction.buf build/src/test/mocks/transactions/",
    "devtools": "npm install -g mocha tslint typescript@next",
    "predist": "npm run --silent test",
    "dist": "mkdir -p dist && cp -R build/src/ package.json dist/ && cp src/models/transaction.proto dist/models/ && cp src/test/mocks/transactions/google_transaction.buf dist/test/mocks/transactions/",
    "lint": "echo 'Linting...' && tslint --format verbose src/**.ts test/**.ts",
    "precompile": "npm run --silent lint",
    "postcompile": "echo 'Done'",
    "pretest": "npm run --silent compile && if [ $(docker ps | grep win-test-db | wc -l) -eq 0 ]; then docker run -d -p 27017:27017 --name win-test-db mongo; fi",
    "ship": "npm version patch && npm run dist && cd dist/ && npm publish",
    "start": "node server.js",
    "test": "echo 'Testing...' && mocha build/test/",
    "watch": "watch 'npm run --silent test' src/ test/"
  },
  "devDependencies": {
    "@types/assert": "0.0.29",
    "@types/bluebird": "^3.0.33",
    "@types/body-parser": "0.0.33",
    "@types/cheerio": "^0.17.30",
    "@types/cors": "0.0.33",
    "@types/css": "0.0.30",
    "@types/escodegen": "0.0.6",
    "@types/esprima": "^2.1.33",
    "@types/estraverse": "0.0.6",
    "@types/estree": "0.0.34",
    "@types/express": "^4.0.33",
    "@types/http-status-codes": "^1.0.29",
    "@types/iconv-lite": "0.0.1",
    "@types/lodash": "^4.14.55",
    "@types/mocha": "^2.2.32",
    "@types/mongoose": "^4.5.35",
    "@types/morgan": "^1.7.32",
    "@types/supertest-as-promised": "^2.0.32"
  }
}
