kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
20 wiersze
422 B
JSON
20 wiersze
422 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"author": "Travis Fischer <travis@transitivebullsh.it>",
|
|
"license": "AGPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transitive-bullshit/agentic.git"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"docs": "mint dev",
|
|
"test": "run-s test:*",
|
|
"test:broken-links": "mint broken-links"
|
|
},
|
|
"devDependencies": {
|
|
"mint": "catalog:"
|
|
}
|
|
}
|