{
  "name": "@otpjs/gen",
  "version": "1.0.0-next.0",
  "description": "The gen module for otpjs",
  "keywords": [
    "open",
    "telecom",
    "platform",
    "javascript",
    "es6",
    "erlang"
  ],
  "author": "Zachary Hueras <zhueras@amdtelemedicine.com>",
  "type": "module",
  "homepage": "https://github.com/otp-js/otp-js#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/otp-js/otp-js.git"
  },
  "bugs": {
    "url": "https://github.com/otp-js/otp-js/issues"
  },
  "devDependencies": {
    "@otpjs/node": "file:../node",
    "chai": "^6.2.2",
    "chai-as-promised": "^8.0.2",
    "mocha": "^11.7.5",
    "sinon": "^21.0.3",
    "sinon-chai": "^4.0.1"
  },
  "dependencies": {
    "@otpjs/proc_lib": "file:../proc_lib"
  },
  "gitHead": "0dbbec0fdb6cd005d8d52e7b169763d084d84e0e",
  "scripts": {
    "test": "mocha '__tests__/**/*.js'",
    "lint": "eslint src"
  }
}