DanielRowe/nmr-datastream

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nmr-datastream",
  "version": "1.1.3",
  "description": "Converts NMR Datastream specification to JS Objects - allowing access to milk recording data.",
  "scripts": {
    "test": "npx jest",
    "lint": "npx eslint --ext .js,.ts ./",
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "prepublish": "npm run tsc"
  },
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "files": [
    "lib/"
  ],
  "author": "Daniel Rowe",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/DanielRowe/nmr-datastream.git"
  },
  "dependencies": {
    "adm-zip": "^0.5.5",
    "file-type": "^16.3.0",
    "jest-extended": "^0.11.5"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.4.33",
    "@types/jest": "^26.0.20",
    "@typescript-eslint/eslint-plugin": "^4.14.2",
    "@typescript-eslint/parser": "^4.14.2",
    "eslint": "^7.19.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.0",
    "typescript": "^4.1.3"
  }
}