{
  "name": "@lorena-ssi/zenroom-lib",
  "version": "1.5.4",
  "description": "zenroom-lib is a javascript library to interact with the Zenroom Virtual Machine",
  "main": "src/index.js",
  "author": "Alex Puig",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/caelum-tech/lorena/zenroom-lib.git"
  },
  "keywords": [
    "npm",
    "node",
    "zenroom",
    "javascript"
  ],
  "bugs": {
    "url": "https://github.com/caelum-tech/lorena/zenroom-lib.git/issues"
  },
  "homepage": "https://github.com/caelum-tech/lorena/zenroom-lib.git#readme",
  "dependencies": {
    "@babel/core": "^7.9.6",
    "js-base64": "^2.5.2",
    "zenroom": "1.1.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.1.0",
    "eslint": "^7.0.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-chai-friendly": "^0.6.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsdoc": "^25.4.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "husky": "^4.2.5",
    "mocha": "^7.1.2",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.0.1"
  },
  "scripts": {
    "start": "node src/index.js",
    "coverage": "nyc npm run mocha && nyc report --reporter=html",
    "coveralls": "nyc npm run mocha && nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint ./src",
    "lint-fix": "eslint ./src --fix",
    "mocha": "mocha test --timeout 20000",
    "npm:publish": "npm publish --access public",
    "test": "npm run mocha"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  }
}
