{
  "name": "mindful-commons",
  "version": "1.0.226",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "./node_modules/.bin/tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "pub": "rm -rf dist && git add . && git commit -m\"Auto-prepublish-commit\" && git push && npx tsc && npm version patch && npm publish"
  },
  "author": "Wideyedwonderer",
  "license": "ISC",
  "files": [
    "dist/**",
    "dist"
  ],
  "devDependencies": {
    "@types/node": "^14.x",
    "typescript": "^3.7.4"
  },
  "dependencies": {
    "class-transformer": "^0.3.2",
    "class-validator": "^0.12.2",
    "reflect-metadata": "^0.1.13",
    "rxjs": "^6.6.3"
  }
}
