Lines 4-44json
4 "description": "Minimal llama.cpp embedding wrapper for Harper Fabric. Talks directly to the native addon — no build tools, no CLI, no chat wrappers.",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
10 "default": "./dist/index.js",
11 "import": "./dist/index.js",
12 "types": "./dist/index.d.ts"
17 "test": "npm run build && node --test test/index.test.js",
18 "test:integration": "npm run build && node scripts/test-integration.js",
19 "lint": "oxlint --deny-warnings .",
20 "lint:fix": "oxlint --deny-warnings --fix .",
21 "format": "prettier --write .",
22 "format:check": "prettier --check .",
23 "prepublishOnly": "npm run build",
24 "postinstall": "node setup.js"
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L24 33 "author": "Nathan Heskew <nathan@heskew.dev> (https://heskew.dev)",
37 "url": "git+https://github.com/heskew/harper-fabric-embeddings.git"
40 "@harperdb/code-guidelines": "^0.0.6",
41 "@types/node": "^22.0.0",
44 "typescript": "^5.7.0"