{
  "name": "stellar-chart",
  "version": "2.2.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "http-server -c-1 ."
  },
  "author": "Falk Hoppe <falkhoppe81@gmail.com>",
  "license": "Apache-2.0",
  "bin": {
    "stellar-chart": "bin/stellar-chart.js"
  },
  "devDependencies": {
    "eslint": "^8.31.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-node": "^11.1.0",
    "http-server": "^14.1.1"
  },
  "type": "module",
  "module": "index.js"
}
