nova-agent-framework
Version:
NOVA AGENT FRAMEWORK(dev)
86 lines (85 loc) • 2.06 kB
JSON
{
"name": "nova-agent-framework",
"version": "0.0.1-dev.1",
"description": "NOVA AGENT FRAMEWORK(dev)",
"main": "dist/index.js",
"types": "./index.d.ts",
"files": [
"dist/core/",
"dist/utils/",
"dist/nas_schemas/",
"dist/index.js",
"dist/index.d.ts",
"LICENSE",
"README.md"
],
"scripts": {
"build": "cp -r src/ dist",
"prepublishOnly": "npm run build",
"lint": "eslint --fix",
"commit": "cz",
"format": "prettier . --write",
"prepare": "husky"
},
"keywords": [
"nova",
"nas",
"schemas",
"agents",
"validation"
],
"author": "Godwin Austen Labs",
"license": "Apache-2.0",
"dependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^2.1.1",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"ngrok": "^5.0.0-beta.2",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-syntax-import-attributes": "^7.27.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/cz-commitlint": "^19.8.1",
"@eslint/js": "^9.33.0",
"@eslint/json": "^0.13.1",
"@eslint/markdown": "^7.1.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"globals": "^16.3.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"prettier": "3.6.2",
"stylelint": "^16.23.1",
"stylelint-config-standard": "^39.0.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,cjs,mjs}": [
"eslint --fix"
],
"*.{js,jsx,ts,tsx,cjs,mjs,json,css,scss,md,yml,yaml}": [
"prettier --write"
]
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/godwinaustenlabs/NovaSystems.git"
},
"bugs": {
"url": "https://github.com/godwinaustenlabs/NovaSystems/issues"
},
"homepage": "https://github.com/godwinaustenlabs/NovaSystems#readme"
}