{
  "description": "reports from /proc filesystem as json files",
  "name": "@sys-tools/proc",
  "author": "Jacob K.F. Bogers",
  "version": "0.0.4-alpha",
  "license": "MIT",
  "homepage": "https://github.com/jacobbogers/proc-reports#readme",
  "keywords": [
    "metrics",
    "linux",
    "proc",
    "kernel"
  ],
  "bugs": {
    "url": "https://github.com/jacobbogers/proc-reports/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jacobbogers/proc-reports.git"
  },
  "contributes": {
    "typescriptServerPlugins": [
      {
        "name": "typescript-eslint-language-service"
      }
    ]
  },
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.13",
    "@typescript-eslint/eslint-plugin": "^4.10.0",
    "@typescript-eslint/parser": "^4.10.0",
    "eslint": "^7.15.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-prettier": "^3.3.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.3",
    "typescript-eslint-language-service": "^4.1.2"
  },
  "module": "es6/lib/index.js",
  "types": "commonjs/types/index.d.ts",
  "main": "commonjs/index.js",
  "files": [
    "es6",
    "commonjs"
  ],
  "scripts": {
    "prebuild": "rm -rf *tsbuildInfo",
    "build": "tsc && tsc -p tsconfig-commonjs.json",
    "prepublush": "npm run build",
    "lint": "eslint 'src/**/*.ts'",
    "lint:fix": "eslint 'src/**/*.ts' --fix",
    "test": "jest proc.test.ts",
    "prepublishOnly": "npm run test"
  }
}
