1.0.0 • Published 7 years ago
danger-npx v1.0.0
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/[..]": "*"
}
}
1.0.0
7 years ago