{
  "name": "dawn-interfaces",
  "version": "1.0.136",
  "description": "Dawn application interfaces",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "",
    "prepublish": "npm test",
    "go": "node ./nodeEditor.js && tsc && git add . && git commit -m 'update' && npm publish",
    "go-platform": "npm run go && cd .. && cd dawn-app && yarn add dawn-interfaces && cd .. && cd dawn-service && npm i dawn-interfaces && cd .. && cd dawn-web && npm i dawn-interfaces && cd .. && cd dai"
  },
  "keywords": [ "dawn" ],
  "author": "Tom Scanlan",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^22.1.4",
    "@types/node": "^9.6.61",
    "@types/underscore": "^1.11.4",
    "jest": "^22.4.2",
    "ts-jest": "^22.4.1",
    "typescript": "^4.0.3"
  },
  "dependencies": {
    "@mangm/ts-mock-generator": "^0.10.2",
    "@types/express": "^4.17.9",
    "express": "^4.17.1",
    "intermock": "^0.2.5",
    "json-beautify": "^1.1.1",
    "underscore": "^1.13.4",
    "uuid": "^3.2.1"
  }
}