{
  "name": "@cubic-wing/data-transformer",
  "version": "1.0.6",
  "description": "Minify or magnify your data depending on your needs",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "build": "rollup -c --bundleConfigAsCjs",
    "test": "jest",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KarmaBlackshaw/data-transformer.git"
  },
  "keywords": [
    "js",
    "transform",
    "minify",
    "magnify"
  ],
  "author": "Ernie Jeash Villahermosa",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/KarmaBlackshaw/data-transformer/issues"
  },
  "homepage": "https://github.com/KarmaBlackshaw/data-transformer#readme",
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "babel-jest": "^27.3.1",
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jest": "^25.7.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "eslint-plugin-standard": "^4.1.0",
    "jest": "^27.3.1",
    "release-it": "^15.6.0",
    "rollup": "^3.12.1"
  },
  "dependencies": {}
}
