2022-02-02 10:32:02 +05:00
|
|
|
{
|
|
|
|
|
"name": "@notesnook/crypto",
|
|
|
|
|
"private": false,
|
|
|
|
|
"description": "An easy to use wrapper around libsodium exposing essential cryptographic methods. Currently only Web is supported.",
|
2024-07-20 10:34:28 +05:00
|
|
|
"version": "2.0.7",
|
2022-02-02 10:32:02 +05:00
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
|
"scripts": {
|
2023-08-01 09:31:45 +05:00
|
|
|
"build": "tsc --declaration --outDir ./dist",
|
|
|
|
|
"prepublishOnly": "npm run build"
|
2022-02-02 10:32:02 +05:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
2022-09-26 15:30:16 +05:00
|
|
|
"license": "GPL-3.0-or-later",
|
2022-02-02 10:32:02 +05:00
|
|
|
"dependencies": {
|
2023-07-06 09:09:10 +05:00
|
|
|
"@notesnook/sodium": "file:../sodium"
|
2022-02-02 10:32:02 +05:00
|
|
|
},
|
2023-03-30 16:49:48 +05:00
|
|
|
"devDependencies": {},
|
2022-02-02 10:32:02 +05:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/streetwriters/notesnook.git",
|
|
|
|
|
"directory": "packages/crypto"
|
|
|
|
|
}
|
|
|
|
|
}
|