1.0.0 • Published 6 years ago

danger-npx v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

danger-js-npx

A node module for using Danger with typescript and babel installed so you can transpile at runtime

Basically, this repo is just the package.json that connects a few dependencies together.

{
  "name": "danger-npx",
  "version": "1.0.0",
  "description": "Danger for NPX",
  "repository": "https://github.com/danger/danger-js-npx.git",
  "author": "Orta Therox <orta.therox@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "danger": "*",
    "typescript": "*",
    "@babel/core": "*",
    "@babel/[..]": "*"
  }
}