mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
20 lines
397 B
JSON
20 lines
397 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": "*",
|
|
"comlink": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.8.2"
|
|
}
|
|
}
|