@shubhamrasal/groundline
Version:
Groundline GraphDB with IPFS persistence
83 lines (82 loc) • 2.07 kB
JSON
{
"name": "@shubhamrasal/groundline",
"version": "0.5.2",
"description": "Groundline GraphDB with IPFS persistence",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "vitest",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\""
},
"keywords": [
"graph-database",
"ipfs",
"knowledge-graph",
"semantic-web",
"wikidata",
"dbpedia",
"openalex",
"json-ld"
],
"author": {
"name": "Shubham Rasal",
"email": "shubhamrasal0070112@gmail.com",
"url": "https://github.com/Shubham-Rasal"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Shubham-Rasal/Agent-Nexus-Protocol/tree/master/groundline"
},
"bugs": {
"url": "https://github.com/Shubham-Rasal/Agent-Nexus-Protocol/issues"
},
"homepage": "https://github.com/Shubham-Rasal/Agent-Nexus-Protocol/tree/master/groundline",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.1",
"@chainsafe/libp2p-noise": "^16.1.3",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@libp2p/bootstrap": "^11.0.41",
"@libp2p/identify": "^3.0.35",
"@libp2p/mdns": "^11.0.41",
"@libp2p/tcp": "^10.1.16",
"blockstore-level": "^2.0.3",
"jsonld": "^8.3.3",
"libp2p": "^2.8.11",
"yjs": "^13.6.27",
"zod": "^3.25.64"
},
"devDependencies": {
"@types/jsonld": "^1.5.15",
"@types/node": "^24.0.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"prettier": "^3.0.0",
"typescript": "^5.8.3",
"vitest": "^1.4.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}