mirror of
https://github.com/eosnetworkfoundation/mandel-eosjs.git
synced 2026-07-21 14:33:28 +00:00
14 lines
399 B
JSON
14 lines
399 B
JSON
{
|
|
"name": "EOSIO Javascript",
|
|
"entryPoints": ["./src/index.ts"],
|
|
"excludeProtected": true,
|
|
"excludePrivate": true,
|
|
"externalPattern": "**/node_modules/**",
|
|
"out": "typedoc-out",
|
|
"theme": "default",
|
|
"exclude": ["**/*.test.ts","**/*.test.js","**/node_modules/"],
|
|
"readme": "README.md",
|
|
"hideGenerator": true,
|
|
"gitRemote": "https://github.com/eosnetworkfoundation/mandel-eosjs"
|
|
}
|