{
  "name": "magic-square-generator",
  "version": "1.0.1",
  "author": "Rémi Boissise <developer.remi@gmail.com>",
  "description": "Magic square generator",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "pack": "tsc && npm pack",
    "test": "mocha --reporter spec"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.0.2",
    "typescript": "^2.4.2"
  },
  "license": "ISC"
}
