{
  "name": "xlsx-calc",
  "version": "0.9.2",
  "description": "A simple xlsx formula calculator.",
  "main": "src/index.js",
  "repository": "git@github.com:fabiooshiro/xlsx-calc.git",
  "author": "Sr Oshiro <fabio.oshiro@gmail.com>",
  "scripts": {
    "test": "mocha",
    "watch": "mocha --watch --reporter=min",
    "dev": "webpack --mode=development -w",
    "test-w": "mocha -w --check-leaks --sort",
    "build": "webpack --mode=production && sh deprecated-clones.sh"
  },
  "dependencies": {},
  "devDependencies": {
    "@formulajs/formulajs": "^2.6.3",
    "mocha": "^8.3.0",
    "nyc": "^15.1.0",
    "pre-commit": "^1.2.2",
    "typescript": "^4.9.4",
    "webpack": "^5.93.0",
    "webpack-cli": "^5.1.4",
    "xlsx": "^0.17.0"
  },
  "tonicExampleFilename": "example_tonic.js",
  "pre-commit": [
    "build"
  ],
  "license": "MIT"
}
