{
  "name": "test_examples",
  "version": "0.0.1",
  "description": "Some exempel on test with mocha",
  "type": "module",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "setup": "npm install && npm run build",
    "test": "mocha dist --reporter spec",
    "build": "tsc",
    "fmt": "prettier -w --prose-wrap always --ignore-unknown -c '*'",
    "watch": "tsc -w"
  },
  "author": "Magnus Kronnäs",
  "devDependencies": {
    "@types/chai": "^4.3.9",
    "@types/chai-string": "^1.4.4",
    "@types/mocha": "^10.0.3",
    "chai": "^4.3.10",
    "chai-string": "^1.5.0",
    "mocha": "^10.2.0",
    "prettier": "^3.0.3",
    "typescript": "^5.2.2"
  }
}
