{
  "name": "@indrajala/asn1der",
  "version": "0.0.12",
  "description": "parse ASN.1 DER structures",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "tsc && node dist/asn1der.js",
    "build": "tsc",
    "test": "mocha -r ts-node/register src/**/*.spec.ts",
    "build-test": "tsc && mocha -r ts-node/register src/**/*.spec.ts",
    "lint": "eslint . --ext .ts",
    "lint-fix": "eslint . --ext .ts --fix"
  },
  "repository": {
    "type": "git",
    "url": "github.com:davidbarkhuizen/asn1der.git"
  },
  "keywords": [
    "ASN.1",
    "DER",
    "X.690"
  ],
  "author": "david barkhuizen",
  "license": "MPL-2.0",
  "devDependencies": {
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.14.6",
    "@typescript-eslint/eslint-plugin": "^4.6.1",
    "@typescript-eslint/parser": "^4.6.1",
    "chai": "^4.2.0",
    "eslint": "^7.13.0",
    "mocha": "^8.2.1",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.5"
  }
}
