{
    "name": "easy-web-crypto",
    "version": "1.4.0",
    "description": "Webcrypto API wrapper for the browser",
    "author": "Andrei Sambra <andrei.sambra@akasha.world>",
    "license": "MIT",
    "keywords": [
        "webcrypto",
        "webcrypto api",
        "cryptography",
        "key derivation"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/AKASHAorg/easy-web-crypto.git"
    },
    "main": "dist/cjs/web-crypto.js",
    "module": "dist/esm/web-crypto.js",
    "files": [
        "dist/"
    ],
    "scripts": {
        "build": "npm run tsc && webpack --mode production",
        "test-only": "mocha-headless-chrome -f ./test/index.html -a no-sandbox -a disable-setuid-sandbox",
        "test": "npm run build && mocha-headless-chrome -f ./test/index.html -a no-sandbox -a disable-setuid-sandbox",
        "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
        "prepublish": "npm run tsc"
    },
    "devDependencies": {
        "@types/node": "^16.3.3",
        "babel": "^6.23.0",
        "chai": "^4.3.4",
        "mocha": "^9.1.3",
        "mocha-headless-chrome": "^3.1.0",
        "standard": "^16.0.3",
        "ts-loader": "^9.2.3",
        "typescript": "^4.3.5",
        "webpack": "^5.76.0",
        "webpack-cli": "^4.7.2"
    },
    "dependencies": {
        "buffer": "github:feross/buffer"
    }
}
