mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
25 lines
673 B
JSON
25 lines
673 B
JSON
{
|
|
"name": "@notesnook/crypto",
|
|
"private": false,
|
|
"description": "An easy to use wrapper around libsodium exposing essential cryptographic methods. Currently only Web is supported.",
|
|
"version": "1.1.1",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --declaration --outDir ./dist",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@notesnook/sodium": "file:../sodium"
|
|
},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/streetwriters/notesnook.git",
|
|
"directory": "packages/crypto"
|
|
}
|
|
}
|