{
  "name": "blackbox-logic",
  "version": "1.0.3",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "build": "tsc",
    "test": "ts-node ./src/test/calc.test.ts",
    "prepare": "npm run build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/lodash": "^4.14.168",
    "@types/node": "^14.14.41",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  }
}
