{
  "name": "@niweera/node-asterer",
  "version": "0.1.3",
  "description": "A CLI tool to generate the AST of a given JavaScript File and save it in *.JSON format.",
  "main": "bin/index.js",
  "scripts": {
    "test": "jest",
    "test:coverage": "npm test -- --coverage"
  },
  "author": "Nipuna Weerasekara",
  "license": "MIT",
  "bin": {
    "node-asterer": "bin/index.js"
  },
  "dependencies": {
    "acorn": "^8.0.4",
    "yargs": "^16.2.0"
  },
  "jest": {
    "collectCoverage": true,
    "coverageReporters": [
      "json-summary",
      "text",
      "lcov"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Niweera/node-asterer.git"
  },
  "np": {
    "2fa": false
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/bin"
  ],
  "keywords": [
    "AST",
    "Acorn"
  ],
  "bugs": {
    "url": "https://github.com/Niweera/node-asterer/issues"
  },
  "homepage": "https://github.com/Niweera/node-asterer#readme",
  "devDependencies": {
    "eslint": "^7.16.0",
    "jest": "^26.6.3"
  }
}
