{
  "name": "@s0fractal/protein-hash",
  "version": "2.0.0",
  "description": "🧬 Semantic code fingerprinting - see the soul of code, not just bytes",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "prepare": "npm run build",
    "example": "npx ts-node examples/semantic-twins.ts",
    "clean": "rm -rf dist coverage *.tgz"
  },
  "keywords": [
    "protein-hash",
    "semantic-hash",
    "code-fingerprint",
    "ast",
    "spectral-analysis",
    "fnpm",
    "s0fractal"
  ],
  "author": "s0fractal",
  "license": "MIT",
  "dependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "ts-jest": "^29.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/s0fractal/protein-hash.git"
  },
  "bugs": {
    "url": "https://github.com/s0fractal/protein-hash/issues"
  },
  "homepage": "https://github.com/s0fractal/protein-hash#readme",
  "resonance": "432Hz"
}