31 lines
678 B
JSON
31 lines
678 B
JSON
{
|
|
"name": "@paperclipai/paperclip-eval-kernel",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Provider-neutral evaluation matrix kernel without Paperclip scenario content",
|
|
"type": "module",
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"test": "pnpm run build && node --test test/*.test.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.11.0"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.0",
|
|
"typescript": "^7.0.2"
|
|
}
|
|
}
|