{
  "_args": [
    [
      "exchange-common@file:exchange-common-0.3.9.tgz",
      "/home/mujo/projects/mujo/exchange/exchange-npm/dist"
    ]
  ],
  "_from": "exchange-common@file:exchange-common-0.3.9.tgz",
  "_id": "exchange-common@file:exchange-common-0.3.9.tgz",
  "_inBundle": false,
  "_integrity": "sha512-/3DecbGBlA0vtc4CPi34rzbDtvkgyq5btTVtX/0J4rZ9RK6qPdG4H4XhKmrzgl/WUEPxBMLsZI16TSacfkspdQ==",
  "_location": "/exchange-common",
  "_phantomChildren": {},
  "_requested": {
    "type": "file",
    "where": "/home/mujo/projects/mujo/exchange/exchange-npm/dist",
    "raw": "exchange-common@file:exchange-common-0.3.9.tgz",
    "name": "exchange-common",
    "escapedName": "exchange-common",
    "rawSpec": "file:exchange-common-0.3.9.tgz",
    "saveSpec": "file:exchange-common-0.3.9.tgz",
    "fetchSpec": "/home/mujo/projects/mujo/exchange/exchange-npm/dist/exchange-common-0.3.9.tgz"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": false,
  "_spec": "file:exchange-common-0.3.9.tgz",
  "_where": "/home/mujo/projects/mujo/exchange/exchange-npm/dist",
  "author": {
    "name": "Mujo"
  },
  "dependencies": {},
  "description": "common files for all exchange projects",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.14.2",
    "@typescript-eslint/parser": "^4.14.2",
    "eslint": "^7.19.0",
    "tsc-watch": "^4.2.9",
    "typescript": "^4.1.3"
  },
  "keywords": [],
  "license": "ISC",
  "main": "index.js",
  "name": "exchange-common",
  "private": true,
  "scripts": {
    "build": "tsc && npm run lint && npm run cp-pkg",
    "clean": "rm -rf ./dist/*",
    "cp-pkg": "cp ./package.json ./dist/package.json",
    "cp-tgz": "cp ./dist/*.tgz .",
    "dev": "tsc-watch --onSuccess \"npm start\"",
    "lint": "eslint --ext .ts,.tsx,.js,.jsx src --fix",
    "make": "npm run clean && npm run build && cd dist && npm pack && cd .. && npm run cp-tgz && npm run rm-tgz",
    "prestart": "npm run build",
    "rm-tgz": "rm -rf ./dist/*.tgz",
    "start": "node ./dist",
    "watch": "tsc-watch --onSuccess \"npm run lint\""
  },
  "types": "index.d.js",
  "version": "0.3.9"
}
