{
  "name": "chem-eb",
  "version": "0.1.19",
  "description": "Simple Chemical Equation Balancing",
  "main": "chem.js",
  "scripts": {
    "test": "mocha chem_test.js",
    "cov": "nyc --reporter html --reporter text --check-coverage --lines 100 npm test",
    "cz": "conventional-changelog -p atom -i CHANGELOG.md -s -r 0 && git add . && git status && git cz",
    "push": "npm version patch && npm publish . && git push"
  },
  "keywords": [
    "Chemical",
    "Equation",
    "Balancing"
  ],
  "author": "9601698@qq.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kongnet/chem.git"
  },
  "devDependencies": {
    "conventional-changelog": "^3.1.10",
    "cz-jt": "^0.1.11",
    "mocha": "^10.2.0",
    "nyc": "^15.0.0"
  },
  "dependencies": {
    "meeko": "^1.8.330"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-jt"
    }
  },
  "nyc": {
    "exclude": [
      "chem_test.js"
    ]
  }
}
