UNPKG

bulk-decaffeinate

Version:

Run decaffeinate and related operations on a whole codebase, or just part of one.

69 lines 2.03 kB
{ "name": "bulk-decaffeinate", "description": "Run decaffeinate and related operations on a whole codebase, or just part of one.", "main": "dist/bulk-decaffeinate.js", "jsnext:main": "dist/bulk-decaffeinate.mjs", "preferGlobal": true, "bin": { "bulk-decaffeinate": "./bin/bulk-decaffeinate" }, "scripts": { "prebuild": "npm run lint", "build": "rollup -c && babel jscodeshift-scripts --out-dir jscodeshift-scripts-dist", "lint": "eslint src test jscodeshift-scripts", "pretest": "npm run build", "test": "mocha test test/util", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "https://github.com/decaffeinate/bulk-decaffeinate.git" }, "keywords": [ "coffeescript", "es6", "decaffeinate" ], "author": "Alan Pierce", "license": "MIT", "files": [ "bin", "dist", "jscodeshift-scripts-dist" ], "bugs": { "url": "https://github.com/decaffeinate/bulk-decaffeinate/issues" }, "homepage": "https://github.com/decaffeinate/bulk-decaffeinate#readme", "devDependencies": { "babel-cli": "^6.16.0", "babel-eslint": "^8.1.2", "babel-plugin-external-helpers": "^6.8.0", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-transform-regenerator": "^6.11.4", "babel-preset-es2015": "^6.13.0", "babel-register": "^6.11.6", "babelrc-rollup": "^3.0.0", "decaffeinate": "^3.0.0", "eslint": "^4.10.0", "eslint-plugin-babel": "^4.0.0", "jscodeshift": "^0.3.30", "mocha": "^3.0.2", "rollup": "^0.36.0", "rollup-plugin-babel": "^2.6.1", "rollup-plugin-json": "^2.0.1", "semantic-release": "^6.3.2" }, "dependencies": { "babel-polyfill": "^6.13.0", "commander": "^2.9.0", "executable": "^4.1.0", "fs-promise": "^1.0.0", "moment": "^2.19.1", "mz": "^2.4.0", "opn": "^4.0.2", "require-uncached": "^1.0.2", "simple-git": "^1.70.0" }, "version": "3.3.1" }