{
  "name": "@jealous-robot-dev/shared-types-app",
  "version": "1.0.10",
  "description": "",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build/**/*"
  ],
  "scripts": {
    "clean": "del ./build/*",
    "build": "npm run clean && tsc"
  },
  "keywords": [
    "types",
    "common",
    "api",
    "api-types",
    "application types"
  ],
  "author": "Ilya Nesterow",
  "license": "ISC",
  "devDependencies": {
    "del-cli": "^3.0.0",
    "typescript": "^3.8.3"
  },
  "dependencies": {}
}
