{
  "name": "@mikeljames/run-scripts",
  "private": false,
  "version": "1.0.2",
  "bin": {
    "run-scripts": "./index.js"
  },
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "start:dev": "nodemon"
  }
}
