55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "@lilith/ml-agent-loader",
|
|
"version": "0.1.32",
|
|
"description": "Reusable package for loading YAML-based agent definitions",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"prepare": "git config core.hooksPath .githooks || true",
|
|
"build": "tsup",
|
|
"clean": "rm -rf dist",
|
|
"prepublishOnly": "npm run clean && npm run build",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"keywords": [
|
|
"agent",
|
|
"yaml",
|
|
"ml",
|
|
"loader",
|
|
"config"
|
|
],
|
|
"author": "transquinnftw",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yaml": "^2.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^2.3.0",
|
|
"@types/node": "^22.19.5",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://forge.black.local/lilith/ml-agent-loader.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.local/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
}
|
|
}
|