{
  "name": "@dashlane/pqc-sign-falcon-1024-browser",
  "version": "1.0.0",
  "description": "JavaScript wrapper generator of WebAssembly builds of each round-3 finalists of NIST Post-Quantum Cryptography Competition",
  "repository": {
    "type": "git",
    "url": "git@github.com:Dashlane/pqc.js.git"
  },
  "keywords": [
    "cryptography",
    "post-quantum",
    "asm.js",
    "webassembly"
  ],
  "license": "Apache-2.0",
  "author": "Jérôme Boillot <jerome.boillot@dashlane.com, me@jerome-boillot.com>",
  "main": "dist/pqc-sign-falcon-1024.js",
  "types": "dist/sign.d.ts",
  "type": "module",
  "files": [],
  "scripts": {
    "build": "tsc && npm run copy-files",
    "copy-files": "cp ./src/*.wasm ./dist/",
    "lint": "eslint src",
    "format": "prettier --write src && eslint --fix src",
    "test": "mocha",
    "test:kem": "mocha -g KEM",
    "test:sign": "mocha -g SIGN",
    "test:primitives": "mocha -g PRIMITIVES",
    "__webpack__": "The second part of the following commands is related to https://github.com/vercel/next.js/issues/30646",
    "webpack:kem": "npm run clean-bundles && webpack --config bundle/webpack.config.kem.babel.js --env outputFileName=$OUTPUT_FILE_NAME && sed -i 's/document.baseURI/undefined/' bundle/$OUTPUT_FILE_NAME.js",
    "webpack:sign": "npm run clean-bundles && webpack --config bundle/webpack.config.sign.babel.js --env outputFileName=$OUTPUT_FILE_NAME && sed -i 's/document.baseURI/undefined/' bundle/$OUTPUT_FILE_NAME.js",
    "clean-bundles": "rm -f bundle/pqc-*"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.35",
    "@types/webpack": "^5.28.0",
    "@typescript-eslint/eslint-plugin": "^5.25.0",
    "@typescript-eslint/parser": "^5.25.0",
    "babel-loader": "^8.2.5",
    "babel-register": "^6.26.0",
    "chai": "^4.3.6",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.5.0",
    "file-loader": "^6.2.0",
    "mocha": "^10.0.0",
    "path": "^0.12.7",
    "prettier": "^2.6.2",
    "process": "^0.11.10",
    "string-replace-loader": "^3.1.0",
    "ts-node": "^10.8.0",
    "typescript": "^4.6.4",
    "webpack": "^5.72.1",
    "webpack-cli": "^4.9.2",
    "webpack-strip-block": "^0.3.0"
  }
}
