mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
18 lines
380 B
JSON
18 lines
380 B
JSON
{
|
|
"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": {}
|
|
}
|