{
  "name": "amf-client-jsf",
  "version": "5.0.0-beta.6",
  "description": "AMF Library",
  "main": "amf.js",
  "author": "amf team",
  "license": "Apache-2.0",
  "homepage": "https://github.com/aml-org/amf",
  "repository": {
    "type": "git",
    "url": "https://github.com/aml-org/amf"
  },
  "bin": {
    "amf": "./bin/amf"
  },
  "types": "./typings/amf-client-jsf.d.ts",
  "typings": "./typings/amf-client-jsf.d.ts",
  "dependencies": {
    "ajv": "6.12.6"
  },
  "devDependencies": {
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12"
  }
}
