{
  "name": "sav-reader",
  "version": "2.0.8",
  "description": "Read .sav files (SPSS, PSPP), records and metadata.",
  "main": "dist/index.js",
  "type": "commonjs",
  "exports": {
    ".": {
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "tsc && node dist/test/test-files.js",
    "debug": "tsc && node dist/test/debug.js",
    "example1": "tsc && node dist/test/example1.js",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robsmith100/sav.git"
  },
  "keywords": [
    "spss",
    "sav"
  ],
  "author": "Rob Smith",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/robsmith100/sav/issues"
  },
  "homepage": "https://github.com/robsmith100/sav#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^17.0.0",
    "typescript": "^4.5.4"
  },
  "types": "dist/index.d.ts"
}
