Skip to content

Commit

Permalink
adjusting class doc, installing typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Croft authored and Joshua Croft committed Oct 2, 2024
1 parent 80f26b3 commit 2f57e5f
Show file tree
Hide file tree
Showing 3 changed files with 1,420 additions and 983 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"lint": "eslint --max-warnings 0",
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "typedoc --entryPoints ./src/* --plugin typedoc-plugin-markdown",
"docs_html": "typedoc --entryPoints ./src/* --out docs_html/ "
},
"imports": {
"@fetchai/ai-engine-sdk": ".",
Expand All @@ -32,17 +34,20 @@
"@eslint/js": "^9.9.1",
"@types/node": "^20.12.12",
"@types/uuid": "^9.0.8",
"eslint": "^9.9.1",
"globals": "^15.2.0",
"jsdoc-to-markdown": "^9.0.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typedoc-plugin-markdown": "^4.2.9",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0"
},
"dependencies": {
"eslint": "8.56.0",
"node-fetch": "^3.3.2",
"typedoc": "^0.26.7",
"uuid": "^9.0.1"
}
}
Loading

0 comments on commit 2f57e5f

Please sign in to comment.