tanikala-core-sdk
Version:
Tanikala Core Mining Engine SDK - Quantum Secure, Mobile-First Blockchain Protocol powered by Proof of Tap (PoTap).
77 lines (76 loc) • 1.89 kB
JSON
{
"name": "tanikala-core-sdk",
"version": "1.0.2",
"description": "Tanikala Core Mining Engine SDK - Quantum Secure, Mobile-First Blockchain Protocol powered by Proof of Tap (PoTap).",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"dev": "tsx watch src",
"build": "rm -rf dist && tsc",
"prepack": "yarn build",
"test": "vitest run",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts"
},
"keywords": [
"blockchain",
"decentralized",
"mobile-mining",
"smartactions",
"quantum-secure",
"PoTap",
"crypto",
"sdk",
"proof-of-tap",
"mobile-dag",
"tanikala",
"local-mining",
"offline-first",
"blockdag",
"energy-efficient"
],
"repository": {
"type": "git",
"url": "git+https://github.com/your-github-username/tanikala-core-sdk.git"
},
"bugs": {
"url": "https://github.com/your-github-username/tanikala-core-sdk/issues"
},
"homepage": "https://github.com/your-github-username/tanikala-core-sdk#readme",
"author": "Tanikala Core Dev Team",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@noble/hashes": "^1.8.0",
"@noble/secp256k1": "^2.2.3",
"axios": "^1.9.0",
"better-sqlite3": "^11.9.1",
"buffer": "^6.0.3",
"react-native-sqlite-storage": "^6.0.1",
"realm": "^12.14.2",
"ws": "^8.18.1"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.15.2",
"@types/ws": "^8.18.1",
"@vitest/ui": "^3.1.2",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"tsx": "^4.19.3",
"typescript": "^5.8.3",
"vitest": "^3.1.2"
},
"peerDependencies": {
"react-native": ">=0.70.0"
}
}