{
    "name": "@samuelthomas2774/saltpack",
    "version": "0.4.0",
    "description": "Node.js implementation of Saltpack.",
    "keywords": [
        "saltpack",
        "keybase"
    ],
    "license": "MIT",
    "author": {
        "name": "Samuel Elliott",
        "url": "https://samuelthomas2774.github.io"
    },
    "main": "dist/index.js",
    "type": "module",
    "types": "dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://gitlab.fancy.org.uk/samuel/node-saltpack.git"
    },
    "files": [
        "dist",
        "!dist/**/*.map",
        "!dist/__tests__"
    ],
    "engines": {
        "node": "^12.0.0 || >=14.0.0"
    },
    "dependencies": {
        "@msgpack/msgpack": "^1.12.2",
        "lodash.chunk": "^4.2.0",
        "pumpify": "^2.0.1",
        "tweetnacl": "^1.0.3"
    },
    "devDependencies": {
        "@types/jest": "^29.4.0",
        "@types/lodash.chunk": "^4.2.7",
        "@types/node": "^16.11.36",
        "@types/pumpify": "^1.4.1",
        "jest": "^29.4.2",
        "typescript": "^4.9.5"
    },
    "scripts": {
        "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js dist/__tests__/**.js --color --verbose"
    },
    "publishConfig": {
        "access": "public"
    }
}
