{
  "name": "text-to-module",
  "version": "1.0.1",
  "description": "Convert any text to a module",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "text-to-module": "./index.js"
  },
  "files": [
    "index.js"
  ],
  "keywords": [],
  "author": "",
  "license": "BSD-2-Clause"
}
