{
  "name": "awesome-metadata",
  "version": "0.1.0",
  "description": "Better metadata emitter for TypeScript.",
  "main": "bin/index.js",
  "module": "bin/index",
  "typings": "bin/index",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lilezek/awesome-metadata.git"
  },
  "keywords": [
    "metadata",
    "typescript",
    "emitter"
  ],
  "author": "Ezequiel Santamaria Navarro",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lilezek/awesome-metadata/issues"
  },
  "homepage": "https://github.com/lilezek/awesome-metadata#readme",
  "dependencies": {
    "glob": "^7.1.2",
    "reflect-metadata": "^0.1.10",
    "ts-modern-async": "git+https://github.com/lilezek/node-ts-modern-async.git",
    "ts-simple-ast": "^0.92.0",
    "typescript": "^2.6.1"
  },
  "bin": {
    "atm": "./cli.js"
  },
  "devDependencies": {
    "@types/glob": "^5.0.30",
    "@types/node": "^8.0.20"
  }
}
