UNPKG

json-transforms

Version:

Provides a recursive, pattern-matching approach to transforming JSON data.

13 lines (11 loc) 219 B
import babel from 'rollup-plugin-babel'; export default { entry: 'index.js', moduleName: 'jsont', format: 'umd', plugins: [babel()], dest: 'build/json-transforms.js', globals: { jspath: 'JSPath' } };