@synet/core
Version:
Core cryptographic and identity primitives for Synet agents.
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "@synet/core",
"version": "0.1.3",
"description": "Core cryptographic and identity primitives for Synet agents.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synthetism/synet/packages/synet-core.git"
},
"scripts": {
"build": "tsc",
"test": "vitest run",
"dev:test": "vitest",
"clean": "rm -rf dist",
"prebuild": "npm run clean && npm test",
"coverage": "vitest run --coverage",
"lint": "biome lint ./src",
"format": "prettier --write 'src/**/*.ts'",
"prepublishOnly": "npm run lint && npm run build && npm test"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@vitest/coverage-v8": "^3.1.3",
"prettier": "^3.5.3",
"typescript": "^5.0.0",
"vitest": "^3.1.3"
},
"dependencies": {
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
},
"keywords": [
"synet",
"identity",
"crypto",
"agent",
"Synthetism"
],
"author": "Synet Team",
"homepage": "https://synthetism.ai/synet",
"license": "MIT"
}