{
  "name": "mnemo-dmp",
  "version": "0.3.0",
  "description": "Library for parsing menmo (cave survey tools) dmp files",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha --reporter-option maxDiffSize=0 --require ts-node/register test/**/*.test.ts",
    "prepublishOnly": "npm test"
  },
  "keywords": [
    "survey",
    "cave",
    "scuba"
  ],
  "author": "Håvard Sørbø",
  "license": "BSD-2-Clause",
  "devDependencies": {
    "@types/chai": "^4.3.4",
    "@types/mocha": "^10.0.1",
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.2"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {}
}
