{
  "name": "wgo-core-models",
  "version": "0.0.1-dev.1",
  "description": "",
  "main": "build/index.js",
  "files": [
    "build"
  ],
  "scripts": {
    "start": "nodemon",
    "build": "npx rimraf ./build && tsc",
    "promote": "npm version prerelease && npm run build && npm publish"
  },
  "author": "Wisegar Development Group <info@wisegar.org>",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wisegar-org/wgo-base-models.git"
  },
  "devDependencies": {
    "@types/fs-extra": "9.0.13",
    "fs-extra": "11.1.0",
    "nodemon": "2.0.20",
    "ts-node": "10.9.1"
  }
}
