gun-es
Version:
ES version of GunJS Database
52 lines (51 loc) • 964 B
JSON
{
"name": "gun-es",
"description": "ES version of GunJS Database",
"version": "0.7.1241",
"homepage": "https://gun-vue.js.org",
"author": "davay42 <davay@defucc.me>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DeFUCC/gun-es.git"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/DeFUCC/gun-es/issues"
},
"type": "module",
"exports": {
".": "./dist/gun-es.js",
"./derive": "./dist/derive.js",
"./min": "./dist/min.js"
},
"main": "./dist/gun-es.js",
"module": "./dist/gun-es.js",
"packageManager": "pnpm@10.10.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "6.3.5"
},
"dependencies": {
"@noble/curves": "1.9.6",
"@vueuse/core": "^13.6.0",
"gun": "0.2020.1241",
"vue": "^3.6.0-alpha.2"
},
"keywords": [
"p2p",
"crdt",
"graph",
"database",
"gundb",
"cryptography",
"KDF",
"es6"
]
}