{
  "name": "netpbm-parser",
  "version": "1.1.7",
  "description": "",
  "main": "lib/main.js",
  "scripts": {
    "dev": "parcel example/index.html",
    "build": "parcel build example/index.html",
    "compile": "tsc -p tsconfig.dist.json",
    "test": "jest",
    "postversion": "git push && git push --tags"
  },
  "keywords": [],
  "author": "Hao Luo",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^26.0.4",
    "@typescript-eslint/eslint-plugin": "^3.6.0",
    "eslint": "^7.4.0",
    "eslint-config-standard-with-typescript": "^18.0.2",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "jest": "^26.1.0",
    "parcel-bundler": "^1.12.4",
    "ts-jest": "^26.1.1",
    "typescript": "^3.9.6"
  }
}
