{
  "name": "@inqool/xmldsigjs",
  "version": "2.0.23",
  "description": "XMLDSIGjs provides an implementation of XMLDSIG in Typescript/Javascript based on WebCrypto ",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "jsnext:main": "lib/index.js",
  "scripts": {
    "start": "node test/html/server.js",
    "prepare": "npm run build",
    "pretest": "npm run build:map",
    "test": "mocha test/scripts",
    "test:local": "nyc --reporter=lcov npm test",
    "build": "npm run build:lib && npm run build:es5",
    "build:es5": "rollup -c",
    "build:lib": "rollup -c rollup.config.lib.js",
    "build:map": "rollup -c --dev",
    "build:source": "tsc --declaration --declarationDir types",
    "build:web": "rollup -c rollup.config.web.js && babel dist/xmldsig.js --comment=false --out-file dist/xmldsig.js",
    "prepub": "npm run build",
    "pub": "npm version patch && npm publish && git push",
    "sync": "git ac && git pull --rebase && git push",
    "coverage": "nyc npm test",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PeculiarVentures/xadesjs.git"
  },
  "keywords": [
    "xml",
    "xmldsig",
    "webcrypto",
    "signature",
    "rsa",
    "ec"
  ],
  "author": "Peculiar Ventures, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PeculiarVentures/xadesjs/issues"
  },
  "homepage": "https://github.com/PeculiarVentures/xadesjs#readme",
  "dependencies": {
    "@inqool/xml-core": "^1.1.1",
    "asn1js": "^2.0.21",
    "jsdom": "^13.0.0",
    "pkijs": "~2.1.66",
    "pvutils": "^1.0.16",
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "@types/asn1js": "latest",
    "@types/node": "^10.5.4",
    "@types/xmldom": "^0.1.29",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "coveralls": "^3.0.2",
    "express": "^4.16.3",
    "mocha": "^5.2.0",
    "node-webcrypto-ossl": "^1.0.37",
    "nyc": "^12.0.2",
    "rollup": "^0.63.4",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-typescript": "^0.8.1",
    "typescript": "^2.9.2",
    "xmldom": "^0.1.27",
    "xpath-ts": "1.2.1"
  }
}
