{ "name": "@notesnook/crypto-worker", "version": "1.0.0", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc --declaration --outDir ./dist" }, "author": "", "license": "GPL-3.0-or-later", "dependencies": { "@notesnook/crypto": "file:../crypto", "comlink": "^4.3.1" }, "devDependencies": {} }