$ npm install list-of-jstransformersA JSON array of JSTransformers.
npm install list-of-jstransformers
var jstransformers = require('list-of-jstransformers')
jstransformers.forEach(function (name) {
console.log(name)
})
To update list-of-jstransformers.json, run:
npm run build
MIT